mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-26 16:30:52 +01:00
Fixed wireddata incompatibility issue
This commit is contained in:
parent
3960ee53f5
commit
8fe9cadb76
@ -121,7 +121,7 @@ public class WiredEffectGiveHotelviewBonusRarePoints extends InteractionWiredEff
|
|||||||
super.setDelay(Integer.parseInt(wiredData.split("\t")[0]));
|
super.setDelay(Integer.parseInt(wiredData.split("\t")[0]));
|
||||||
|
|
||||||
try {
|
try {
|
||||||
this.amount = Integer.parseInt(this.getWiredData().split("\t")[1]);
|
this.amount = Integer.parseInt(wiredData.split("\t")[1]);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user