mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
BaseSign: remove dead TODO comment
This commit is contained in:
@ -37,8 +37,6 @@ use function assert;
|
|||||||
use function strlen;
|
use function strlen;
|
||||||
|
|
||||||
abstract class BaseSign extends Transparent{
|
abstract class BaseSign extends Transparent{
|
||||||
//TODO: conditionally useless properties, find a way to fix
|
|
||||||
|
|
||||||
protected SignText $text;
|
protected SignText $text;
|
||||||
protected ?int $editorEntityRuntimeId = null;
|
protected ?int $editorEntityRuntimeId = null;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user