You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If air is set as bedrock stage you can't set it as "go to" stage.
Also, if you insist you'll get the following error:
NullPointerException
Cannot invoke "com.rogermiranda1000.mineit.mine.stage.Stage.setBlock(com.rogermiranda1000.versioncontroller.blocks.BlockType, boolean)" because "overridingStage" is null
com.rogermiranda1000.mineit.inventories.EditMineInventory in inventoryClickedEvent at line 152
com.rogermiranda1000.helper.BasicInventory in onClick at line 75
jdk.internal.reflect.GeneratedMethodAccessor5 in invoke
jdk.internal.reflect.DelegatingMethodAccessorImpl in invoke at line 43
java.lang.reflect.Method in invoke at line 568
com.rogermiranda1000.helper.reflection.SpigotEventOverrider in lambda$null$2 at line 86
com.rogermiranda1000.helper.RogerPlugin in lambda$addListener$3 at line 354
com.rogermiranda1000.helper.reflection.SpigotEventOverrider in lambda$wrapListeners$3 at line 84
The text was updated successfully, but these errors were encountered:
If air is set as bedrock stage you can't set it as "go to" stage.
Also, if you insist you'll get the following error:
The text was updated successfully, but these errors were encountered: