mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-26 05:14:05 +00:00
MemoryManager: remove duplicated information from memory dump
This commit is contained in:
parent
e199f403dc
commit
46c4c65022
@ -424,7 +424,7 @@ class MemoryManager{
|
||||
}
|
||||
}
|
||||
|
||||
fwrite($obData, "$hash@$className: " . json_encode($info, JSON_UNESCAPED_SLASHES) . "\n");
|
||||
fwrite($obData, json_encode($info, JSON_UNESCAPED_SLASHES) . "\n");
|
||||
}
|
||||
|
||||
}while($continue);
|
||||
|
Loading…
x
Reference in New Issue
Block a user