Possible fix #1189

This commit is contained in:
Shoghi Cervantes 2014-02-08 23:44:58 +01:00
parent dfa28d9a9e
commit 6046b263dd

View File

@ -1250,6 +1250,9 @@ class Player{
}
public function handleDataPacket(RakNetDataPacket $packet){
if($this->connected === false){
return;
}
switch($packet->pid()){
case 0x01:
break;