You've probably pressed ctrl z twice?
That sounds a bit scary, means I've done something wrong with the undo stack. Can you find a way to repeat this?
Does this require Support_Updater?
Okay, It won't show up when I type /dupe.
try /dup
would it be possible to make it so that when a save loads floating bricks, they perform exactly like they would if you force planted all of them?I would normally dup it but this save is really big
package LoadFloatFix{ function FxDtsBrick::plant(%this) { %this.forceBaseplate = %this.isBaseplate; return parent::plant(%this); } function FxDtsBrick::onLoadPlant(%this) { if(%this.forceBaseplate) %this.isBaseplate = true; parent::onLoadPlant(%this); }};activatePackage(LoadFloatFix);