diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-06 23:28:47 +0100 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-06 23:28:47 +0100 |
| commit | e03f9232c5915cc7155c98abd3feba704ae3bb74 (patch) | |
| tree | 30e03d40e16448099c4d8f5244ef97eb9242df16 /src/main/java/at/hannibal2/skyhanni/test | |
| parent | 1b066b9cc3f2267750719b5fa52b4173f9662c1c (diff) | |
| download | skyhanni-e03f9232c5915cc7155c98abd3feba704ae3bb74.tar.gz skyhanni-e03f9232c5915cc7155c98abd3feba704ae3bb74.tar.bz2 skyhanni-e03f9232c5915cc7155c98abd3feba704ae3bb74.zip | |
Renaming onRenderOverlay.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/test')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt b/src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt index 8f0c4cc2c..3f1cfa4da 100644 --- a/src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt +++ b/src/main/java/at/hannibal2/skyhanni/test/LorenzTest.kt @@ -120,7 +120,7 @@ class LorenzTest { } @SubscribeEvent - fun renderOverlay(event: RenderGameOverlayEvent.Post) { + fun onRenderOverlay(event: RenderGameOverlayEvent.Post) { if (event.type != RenderGameOverlayEvent.ElementType.ALL) return if (!LorenzUtils.inSkyblock) return if (!SkyHanniMod.feature.dev.debugEnabled) return |
