🆙 Krews update "fix-wired-typo"
This commit is contained in:
parent
cad0ea5c81
commit
35b740c8e8
@ -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.
Loading…
x
Reference in New Issue
Block a user