mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 10:56:35 +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){
|
public function handleDataPacket(RakNetDataPacket $packet){
|
||||||
|
if($this->connected === false){
|
||||||
|
return;
|
||||||
|
}
|
||||||
switch($packet->pid()){
|
switch($packet->pid()){
|
||||||
case 0x01:
|
case 0x01:
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user