Possible fix for signs bug

This commit is contained in:
Shoghi Cervantes
2013-06-09 23:02:01 +02:00
parent ca8be7b047
commit e1c0139ab3
2 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,8 @@ define("VIEWER", 3);
//Players
define("PLAYER_MAX_RECOVERY_BUFFER", 1024);
define("PLAYER_SURVIVAL_SLOTS", 36);
define("PLAYER_CREATIVE_SLOTS", 111);