small bug fix.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user