mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 03:05:16 +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
|
||||
return;
|
||||
}
|
||||
event = event.getNewEvent().orElse(event);
|
||||
// Get the new BlueprintBundle if it was changed
|
||||
switch (reason) {
|
||||
case CREATE:
|
||||
|
Loading…
Reference in New Issue
Block a user