mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Removed network channels, bumped protocol
This commit is contained in:
@ -639,7 +639,7 @@ class NBT{
|
||||
}
|
||||
}
|
||||
|
||||
private static function fromArrayGuesser($key, $value){
|
||||
public static function fromArrayGuesser($key, $value){
|
||||
if(is_int($value)){
|
||||
return new Int($key, $value);
|
||||
}elseif(is_float($value)){
|
||||
|
Reference in New Issue
Block a user