mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-12 13:54:22 +01:00
Fixes new island event casting bug
This commit is contained in:
parent
999d196e8e
commit
be40bd2c54
@ -187,6 +187,7 @@ public class NewIsland {
|
|||||||
// Do nothing
|
// Do nothing
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
event = event.getNewEvent().orElse(event);
|
||||||
// Get the new BlueprintBundle if it was changed
|
// Get the new BlueprintBundle if it was changed
|
||||||
switch (reason) {
|
switch (reason) {
|
||||||
case CREATE:
|
case CREATE:
|
||||||
|
Loading…
Reference in New Issue
Block a user