Fixes new island event casting bug

This commit is contained in:
tastybento 2020-12-27 11:43:37 -08:00
parent 999d196e8e
commit be40bd2c54

View File

@ -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: