Improved Chat API

This commit is contained in:
Shoghi Cervantes Pueyo
2013-01-12 12:25:27 +01:00
parent b398b9daa2
commit 02950474af
6 changed files with 104 additions and 23 deletions

View File

@ -25,7 +25,7 @@ the Free Software Foundation, either version 3 of the License, or
*/
require_once("src/common/dependencies.php");
require_once(dirname(__FILE__)."/src/common/dependencies.php");
require_once("classes/PocketMinecraftServer.class.php");
require_once("API/ServerAPI.php");