Post-merge fixes. Reformat. Optimize Imports.

This commit is contained in:
Sebastian Hartte
2020-09-20 14:47:25 +02:00
parent f3c44c64c2
commit 5da5315a5b
26 changed files with 94 additions and 106 deletions
@@ -1001,7 +1001,7 @@ public abstract class AEBaseContainer extends ScreenHandler {
* Returns whether this container instance lives on the client.
*/
protected boolean isClient() {
return invPlayer.player.getEntityWorld().isRemote();
return invPlayer.player.getEntityWorld().isClient();
}
/**