From 0b6ff03d5ad9e7e05c8e07df56d38dd59893f7a1 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Sat, 23 Mar 2013 17:32:51 +0100 Subject: [PATCH] Revert "API version changed to 6" This reverts commit 1ff89450153ddbf95f63f6e444fd8e549670212d. --- src/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.php b/src/config.php index cb3fbae49..bffaa49e3 100644 --- a/src/config.php +++ b/src/config.php @@ -46,5 +46,5 @@ define("MAJOR_VERSION", "Alpha_1.3dev"); define("CURRENT_STRUCTURE", 5); define("CURRENT_PROTOCOL", 9); define("CURRENT_MINECRAFT_VERSION", "v0.6.1 alpha"); -define("CURRENT_API_VERSION", 6); +define("CURRENT_API_VERSION", 5); define("CURRENT_PHP_VERSION", "5.4.13"); \ No newline at end of file