mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-31 12:22:36 +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];
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user