mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 09:19:42 +00:00
Added an assert to shut PhpStorm up
This commit is contained in:
parent
cf07af8b55
commit
82a63ed18e
@ -841,6 +841,7 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
|
||||
$X = null;
|
||||
$Z = null;
|
||||
Level::getXZ($index, $X, $Z);
|
||||
assert(is_int($X) and is_int($Z));
|
||||
|
||||
++$count;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user