mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-15 10:19:39 +00:00
Updated PocketMine-Language submodule
This commit is contained in:
parent
2cb98c48c2
commit
e1fb4a44e9
@ -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;
|
||||
}
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 7ac7004e2dde7d3e424aef2514f1eb8b98192ea9
|
||||
Subproject commit 8d56e216be03710208800ba31aa3b63612742623
|
Loading…
x
Reference in New Issue
Block a user