mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
strip extra blank lines (php-cs-fixer)
This commit is contained in:
@ -125,7 +125,6 @@ use const M_PI;
|
||||
use const M_SQRT3;
|
||||
use const PHP_INT_MAX;
|
||||
|
||||
|
||||
/**
|
||||
* Main class that handles networking, recovery, and packet sending to the server part
|
||||
*/
|
||||
@ -2362,5 +2361,4 @@ class Player extends Human implements CommandSender, ChunkLoader, ChunkListener,
|
||||
return $this->location->getZ();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user