Fixed typo

This commit is contained in:
C0deH4cker 2013-01-04 23:08:39 -05:00
parent 518afeae48
commit 957f24c1f3

View File

@ -332,7 +332,7 @@ class PocketMinecraftServer extends stdClass{
}
public function clientID($ip, $port){
return md5($pi . $port, true);
return md5($ip . $port, true);
}
public function packetHandler($packet){
@ -542,4 +542,4 @@ class PocketMinecraftServer extends stdClass{
$this->query("DELETE FROM events WHERE ID = ".$id.";");
}
}
}