Changed class name

This commit is contained in:
Shoghi Cervantes
2014-02-20 17:22:51 +01:00
parent fded039485
commit 8208fd2389
7 changed files with 12 additions and 24 deletions

View File

@@ -104,7 +104,7 @@ class Player{
$this->server = ServerAPI::request();
$this->lastBreak = microtime(true);
$this->clientID = $clientID;
$this->CID = PocketMinecraftServer::clientID($ip, $port);
$this->CID = MainServer::clientID($ip, $port);
$this->ip = $ip;
$this->port = $port;
$this->spawnPosition = $this->server->spawn;