Skip to content

Commit

Permalink
編集ミスの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
noyciy7037 committed Nov 5, 2020
1 parent 6edb1d2 commit 6bfc46b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public void onConfigChanged(ConfigChangedEvent.OnConfigChangedEvent event) {
}

@SubscribeEvent
public void onRenderGui(RenderGameOverlayEvent event) {
public void onRenderGui(RenderGameOverlayEvent.Post event) {
if (event.type != RenderGameOverlayEvent.ElementType.EXPERIENCE) return;
if (EnigmaModConfigCore.isDisplayGui)
EnigmaMOD.enigmaModGuiIngame.renderGameOverlay();
Expand Down

0 comments on commit 6bfc46b

Please sign in to comment.