Moved the RAKNET_MAGIC constant

This commit is contained in:
Shoghi Cervantes Pueyo
2013-03-21 17:03:13 +01:00
parent 6e4141f140
commit 2e0d49a2ba
5 changed files with 8 additions and 8 deletions

View File

@ -41,7 +41,6 @@ set_include_path(get_include_path() . PATH_SEPARATOR . FILE_PATH);
ini_set("memory_limit", "256M"); //Default
define("LOG", true);
define("MAGIC", "\x00\xff\xff\x00\xfe\xfe\xfe\xfe\xfd\xfd\xfd\xfd\x12\x34\x56\x78");
define("TEST_MD5", "ffe889db5932db1e3371d48773590e59");
define("MAJOR_VERSION", "Alpha_1.3dev");
define("CURRENT_STRUCTURE", 5);