mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-12-01 06:53:26 +01:00
Quickfix ConcModExc when using many Triggersigns
This commit is contained in:
parent
48b735791f
commit
6c6c9c4b59
@ -108,7 +108,7 @@ public abstract class Trigger {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void updateDSigns() {
|
public void updateDSigns() {
|
||||||
for (DSign dSign : dSigns) {
|
for (DSign dSign : dSigns.toArray(new DSign[dSigns.size()])) {
|
||||||
dSign.onUpdate();
|
dSign.onUpdate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user