mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Updated NBT library to remove read overhead
This commit is contained in:
@ -21,14 +21,6 @@
|
||||
|
||||
namespace PocketMine;
|
||||
|
||||
//Gamemodes
|
||||
const SURVIVAL = 0;
|
||||
const CREATIVE = 1;
|
||||
const ADVENTURE = 2;
|
||||
const VIEW = 3;
|
||||
const VIEWER = 3;
|
||||
|
||||
|
||||
//Entities
|
||||
const ENTITY_PLAYER = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user