mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
New VIEW gamemode
This commit is contained in:
@ -28,4 +28,5 @@ the Free Software Foundation, either version 3 of the License, or
|
||||
//Gamemodes
|
||||
define("SURVIVAL", 0);
|
||||
define("CREATIVE", 1);
|
||||
define("ADVENTURE", 2);
|
||||
define("ADVENTURE", 2);
|
||||
define("VIEW", 3);
|
Reference in New Issue
Block a user