mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 11:18:52 +00:00
Return false on unhandled/unknown resource pack client response status
This commit is contained in:
parent
c344caaf78
commit
3c709b1d3e
@ -2006,6 +2006,8 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
|
||||
case ResourcePackClientResponsePacket::STATUS_COMPLETED:
|
||||
$this->processLogin();
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user