diff options
Diffstat (limited to '')
-rw-r--r-- | src/ultrastardx.dpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ultrastardx.dpr b/src/ultrastardx.dpr index 36dc7ee8..c35cb620 100644 --- a/src/ultrastardx.dpr +++ b/src/ultrastardx.dpr @@ -195,7 +195,7 @@ uses UCore in 'base\UCore.pas', //Core, Maybe remove this UCoreModule in 'base\UCoreModule.pas', //^ UPluginInterface in 'base\UPluginInterface.pas', //Interface offered by Core to Plugins - uPluginLoader in 'base\uPluginLoader.pas', //New Plugin Loader Module + UPluginLoader in 'base\UPluginLoader.pas', //New Plugin Loader Module UParty in 'base\UParty.pas', // TODO: rewrite Party Manager as Module, reomplent ability to offer party Mody by Plugin |