mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
Possible fix #1189
This commit is contained in:
parent
dfa28d9a9e
commit
6046b263dd
@ -1250,6 +1250,9 @@ class Player{
|
||||
}
|
||||
|
||||
public function handleDataPacket(RakNetDataPacket $packet){
|
||||
if($this->connected === false){
|
||||
return;
|
||||
}
|
||||
switch($packet->pid()){
|
||||
case 0x01:
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user