From 107d71f2911ec99ff46a8ac2aff2689c8901eca0 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Fri, 11 Jan 2013 14:16:12 +0100 Subject: [PATCH] Updated TEST_MD5 --- src/common/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config.php b/src/common/config.php index ba97ad47d..925739205 100644 --- a/src/common/config.php +++ b/src/common/config.php @@ -37,7 +37,7 @@ set_include_path(get_include_path() . PATH_SEPARATOR . FILE_PATH . PATH_SEPARATO ini_set("memory_limit", "512M"); define("LOG", true); define("MAGIC", "\x00\xff\xff\x00\xfe\xfe\xfe\xfe\xfd\xfd\xfd\xfd\x12\x34\x56\x78"); -define("TEST_MD5", "5ca8eced50a5801619f7ae86d631a4e7"); +define("TEST_MD5", "d0ca3786e53b615bb4fb9f5094d5c9a7"); define("MAJOR_VERSION", "Alpha_1.0.5"); define("CURRENT_PROTOCOL", 5); define("CURRENT_MINECRAFT_VERSION", "v0.5.0 alpha"); \ No newline at end of file