Optimization
This commit is contained in:
@@ -12,7 +12,7 @@ public class DummyScreen extends Screen
|
|||||||
|
|
||||||
public DummyScreen(Runnable runnable)
|
public DummyScreen(Runnable runnable)
|
||||||
{
|
{
|
||||||
super(new StringTextComponent(""));
|
super(StringTextComponent.EMPTY);
|
||||||
this.runnable = runnable;
|
this.runnable = runnable;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user