mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-15 17:13:40 +01:00
Fix #1872 by removing a unnecessary override
The parent class uses the exact same code to stop the screen from pausing. AFAIK it shouldn't break anything.
This commit is contained in:
parent
3d825fe632
commit
e25a016596
1 changed files with 0 additions and 5 deletions
|
@ -150,11 +150,6 @@ public abstract class AbstractSimiContainerScreen<T extends Container> extends C
|
|||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isPauseScreen() {
|
||||
return false;
|
||||
}
|
||||
|
||||
protected abstract void renderWindow(MatrixStack ms, int mouseX, int mouseY, float partialTicks);
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue