New VIEW gamemode

This commit is contained in:
Shoghi Cervantes Pueyo
2013-04-18 16:40:30 +02:00
parent 5848d283da
commit 3577667039
10 changed files with 58 additions and 32 deletions

View File

@ -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);