Added PMF_LEVEL_DEFLATE_LEVEL

This commit is contained in:
Shoghi Cervantes
2013-06-08 01:59:00 +02:00
parent 13bfaaf7b8
commit 8bef816061
2 changed files with 6 additions and 3 deletions

View File

@ -25,6 +25,9 @@ the Free Software Foundation, either version 3 of the License, or
*/
define("PMF_LEVEL_DEFLATE_LEVEL", 6);
//Gamemodes
define("SURVIVAL", 0);
define("CREATIVE", 1);