You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-20 15:36:17 +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];
|
Object[] newStuff = new Object[stuff.length + 1];
|
||||||
System.arraycopy(stuff, 0, newStuff, 0, stuff.length);
|
System.arraycopy(stuff, 0, newStuff, 0, stuff.length);
|
||||||
newStuff[newStuff.length - 1] = this;
|
newStuff[newStuff.length - 1] = this;
|
||||||
WiredHandler.executeEffectsAtTiles(usedTiles, roomUnit, room, stuff);
|
WiredHandler.executeEffectsAtTiles(usedTiles, roomUnit, room, newStuff);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getWiredData() {
|
public String getWiredData() {
|
||||||
return WiredHandler.getGsonBuilder().create().toJson(new JsonData(
|
return WiredHandler.getGsonBuilder().create().toJson(new JsonData(
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user