Data packet handling!!!

This commit is contained in:
Shoghi Cervantes Pueyo
2012-11-21 23:19:16 +01:00
parent 668994b5a4
commit aae04b8dfd
11 changed files with 184 additions and 54 deletions

View File

@ -30,4 +30,5 @@ require_once("classes/PocketMinecraftServer.class.php");
file_put_contents("packets.log", "");
$server = new PocketMinecraftServer("shoghicp");
$server->setType("minecon");
$server->start();