From 55ad6c6b9584cab8190183b872c5f3c84bdc5238 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 28 Oct 2016 13:31:47 +0100 Subject: [PATCH] Fix wrong comment --- src/pocketmine/Player.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/Player.php b/src/pocketmine/Player.php index 4cce00cf2..02e24f2dd 100644 --- a/src/pocketmine/Player.php +++ b/src/pocketmine/Player.php @@ -1180,7 +1180,7 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade } /** - * WARNING: This method does NOT return literal gamemode is creative, it will also return true for creative mode players. + * WARNING: This method does NOT return literal gamemode is creative, it will also return true for spectator mode players. */ public function isCreative() : bool{ return ($this->gamemode & 0x01) === 1;