You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-19 15:06:19 +00:00
🆙 Krews update "fix-wired-typo"
This commit is contained in:
+1
-2
@@ -147,12 +147,11 @@ public class WiredEffectTriggerStacks extends InteractionWiredEffect {
|
||||
Object[] newStuff = new Object[stuff.length + 1];
|
||||
System.arraycopy(stuff, 0, newStuff, 0, stuff.length);
|
||||
newStuff[newStuff.length - 1] = this;
|
||||
WiredHandler.executeEffectsAtTiles(usedTiles, roomUnit, room, stuff);
|
||||
WiredHandler.executeEffectsAtTiles(usedTiles, roomUnit, room, newStuff);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String getWiredData() {
|
||||
return WiredHandler.getGsonBuilder().create().toJson(new JsonData(
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user