Update InfernoWaveOverlay.java

This commit is contained in:
Kyleeld
2019-06-10 15:23:43 +01:00
committed by GitHub
parent 8f7b855741
commit 6ffc049e0a

View File

@@ -49,7 +49,7 @@ class InfernoWaveOverlay extends Overlay
private final PanelComponent panelComponent = new PanelComponent();
@Inject
private WaveOverlay(InfernoConfig config, InfernoPlugin plugin)
private InfernoWaveOverlay(InfernoConfig config, InfernoPlugin plugin)
{
setPosition(OverlayPosition.TOP_RIGHT);
this.config = config;