small bug fix.
This commit is contained in:
parent
0b8be1ec4b
commit
b072229914
@ -60,7 +60,7 @@ public class PluginPortalListener implements Listener
|
||||
|
||||
if (player.getGameMode() == GameMode.CREATIVE)
|
||||
{
|
||||
if (this.currentGateAtEvent.containsKey(player))
|
||||
if (this.currentGateAtEvent.get(player) != null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user