Skip to content

Commit

Permalink
Fix dedicated server crash on GUI open
Browse files Browse the repository at this point in the history
  • Loading branch information
miozune committed Sep 22, 2024
1 parent c85158e commit f0a8363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static ModularContainer getCurrent(EntityPlayer player) {
private ContainerCustomizer containerCustomizer;

@SideOnly(Side.CLIENT)
private ModularScreen optionalScreen = null;
private ModularScreen optionalScreen;

public ModularContainer(EntityPlayer player, PanelSyncManager panelSyncManager, String mainPanelName) {
this.player = player;
Expand Down

0 comments on commit f0a8363

Please sign in to comment.