Fixed #359 crash dump name not compatible with Windows

This commit is contained in:
Shoghi Cervantes
2013-06-09 13:11:55 +02:00
parent 4f10b1cb7c
commit d82399e686
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ define("VIEWER", 3);
//Players
define("PLAYER_RECOVERY_BUFFER", 1024);
define("PLAYER_MAX_PACKET_LOSS", 0.20);
define("PLAYER_SURVIVAL_SLOTS", 36);