fixup! ViewpointDescription now ignores empty lines
This commit is contained in:
@@ -77,6 +77,7 @@ class Viewpoint implements CreateableInterface
|
||||
public function clearDescription(): void
|
||||
{
|
||||
$this->description = "";
|
||||
$this->_description = new SceneDescription("");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user