mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Fixed #2598
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user