Fix crash when not looking at a sign
This commit is contained in:
@@ -153,7 +153,7 @@ public class ContentSignEditor extends Content
|
||||
@Override
|
||||
public void tick(Container container)
|
||||
{
|
||||
if(!this.editColor)
|
||||
if(this.isActive && !this.editColor)
|
||||
{
|
||||
this.commandField.tick();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user