mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 17:59:41 +00:00
Fixed #2598
This commit is contained in:
parent
3a157d0f02
commit
21e0739845
@ -45,6 +45,6 @@ abstract class Tag extends \stdClass{
|
||||
abstract public function read(NBT $nbt);
|
||||
|
||||
public final function __toString(){
|
||||
return $this->value;
|
||||
return (string) $this->value;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user