Implemented NoOverlay interface for some more GUIs
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user