mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 09:49:50 +00:00
typo
This commit is contained in:
parent
7d8624b12f
commit
c5bf746e4c
@ -66,7 +66,7 @@ class ResourcePacksSessionHandler extends SessionHandler{
|
||||
|
||||
private function disconnectWithError(string $error) : void{
|
||||
$this->player->getServer()->getLogger()->error("Error while downloading resource packs for " . $this->player->getName() . ": " . $error);
|
||||
$this->player->close("", "%disconnectionScreen.resourcePack", true);
|
||||
$this->player->close("", "disconnectionScreen.resourcePack", true);
|
||||
}
|
||||
|
||||
public function handleResourcePackClientResponse(ResourcePackClientResponsePacket $packet) : bool{
|
||||
|
Loading…
x
Reference in New Issue
Block a user