mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Updated PocketMine-Language submodule
This commit is contained in:
@ -1993,7 +1993,7 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
|
||||
$pack = $manager->getPackById($uuid);
|
||||
if(!($pack instanceof ResourcePack)){
|
||||
//Client requested a resource pack but we don't have it available on the server
|
||||
$this->close("", "disconnectionScreen.resourcePack", true); //TODO: add strings to lang files
|
||||
$this->close("", "disconnectionScreen.resourcePack", true);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user