Packet names

This commit is contained in:
Shoghi Cervantes Pueyo
2012-11-25 22:59:17 +01:00
parent 0205880f99
commit 61af6f14b4
3 changed files with 3 additions and 3 deletions

View File

@ -29,6 +29,6 @@ require_once("common/dependencies.php");
require_once("classes/PocketMinecraftServer.class.php");
file_put_contents("packets.log", "");
$server = new PocketMinecraftServer("shoghicp");
$server = new PocketMinecraftServer("TEST");
$server->setType("minecon");
$server->start();