From 845819123ddefa5417a0856010a787b0e582ae61 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 27 Apr 2021 14:49:26 +0100 Subject: [PATCH] Player: drop perm nulling this is no longer necessary because the PermissibleBase doesn't keep a ref to the Player anymore. --- src/player/Player.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/player/Player.php b/src/player/Player.php index 4036944ab..240e7f0bc 100644 --- a/src/player/Player.php +++ b/src/player/Player.php @@ -2018,7 +2018,6 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{ $this->cursorInventory = null; $this->craftingGrid = null; $this->spawnPosition = null; - $this->perm = null; $this->blockBreakHandler = null; parent::destroyCycles(); }