mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-31 04:12:37 +01:00
Fixed typo in WiredEffectTriggerStacks.java
This commit is contained in:
parent
f6853b240d
commit
27af901b11
@ -147,7 +147,7 @@ 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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user