This commit is contained in:
Shoghi Cervantes 2015-02-15 18:48:30 +01:00
parent 3a157d0f02
commit 21e0739845
No known key found for this signature in database
GPG Key ID: 78464DB0A7837F89

View File

@ -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;
}
}