diff --git a/options.cfg b/options.cfg index 4a7be4e0..03abf4cf 100644 --- a/options.cfg +++ b/options.cfg @@ -1,7 +1,7 @@ -LOAD.SNAPSHOT_OBJECTS=0 -LOAD.BUILDOUT_OBJECTS=0 +LOAD.SNAPSHOT_OBJECTS=1 +LOAD.BUILDOUT_OBJECTS=1 #LOAD.BUILDOUT_ONLY_FOR="dantooine" LOAD.RESOURCE.SYSTEM=1 # Misc -CLEAN.ODB.FOLDERS=1 \ No newline at end of file +CLEAN.ODB.FOLDERS=0 \ No newline at end of file diff --git a/scripts/commands/resourcecontainersplit.py b/scripts/commands/resourcecontainersplit.py index 31e3cae8..ae3869c5 100644 --- a/scripts/commands/resourcecontainersplit.py +++ b/scripts/commands/resourcecontainersplit.py @@ -4,6 +4,5 @@ def setup(): return def run(core, actor, target, commandString): - owner.sendSystemMessage('option ', 0) target.splitContainer(actor,target,commandString) return \ No newline at end of file