mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-02-18 19:32:36 +01:00
WiredTriggerBotReachedFurni now saves as json
This commit is contained in:
parent
b781f1d731
commit
0cdadfab8b
@ -179,7 +179,8 @@ public class WiredTriggerBotReachedFurni extends InteractionWiredTrigger {
|
|||||||
List<Integer> itemIds;
|
List<Integer> itemIds;
|
||||||
|
|
||||||
public JsonData(String botName, List<Integer> itemIds) {
|
public JsonData(String botName, List<Integer> itemIds) {
|
||||||
this.executeTime = executeTime;
|
this.botName = botName;
|
||||||
|
this.itemIds = itemIds;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user