mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-30 23:29:54 +00:00
[ci skip] Server: remove misleading comment
This commit is contained in:
parent
0a7d81a2b0
commit
5142281cfa
@ -537,7 +537,7 @@ class Server{
|
||||
|
||||
try{
|
||||
return (new BigEndianNbtSerializer())->read($decompressed)->mustGetCompoundTag();
|
||||
}catch(NbtDataException $e){ //zlib decode error / corrupt data
|
||||
}catch(NbtDataException $e){ //corrupt data
|
||||
$this->logger->debug("Failed to decode NBT data for \"$name\": " . $e->getMessage());
|
||||
$this->handleCorruptedPlayerData($name);
|
||||
return null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user