Implemented NoOverlay interface for some more GUIs

This commit is contained in:
CrushedPixel
2015-07-17 16:21:23 +02:00
parent 2f78dc5e27
commit 8f82ca5434
4 changed files with 7 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ import java.io.IOException;
import java.util.List;
import java.util.UUID;
public class GuiObjectManager extends GuiScreen {
public class GuiObjectManager extends GuiScreen implements GuiReplayOverlay.NoOverlay {
private boolean initialized = false;