mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +00:00
Lots of typos fixed, undefined variables, unused code
This commit is contained in:
@@ -620,7 +620,7 @@ class Utils{
|
||||
}
|
||||
|
||||
public static function writeLLong($value){
|
||||
return strrev(Utils::writeLong($str));
|
||||
return strrev(Utils::writeLong($value));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user