Optimization

This commit is contained in:
Marcel Konrad
2021-07-26 00:00:11 +02:00
parent 0b3118403b
commit 52af2601dd

View File

@@ -12,7 +12,7 @@ public class DummyScreen extends Screen
public DummyScreen(Runnable runnable)
{
super(new StringTextComponent(""));
super(StringTextComponent.EMPTY);
this.runnable = runnable;
}