aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-09-21 10:48:47 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-09-21 10:48:47 +0200
commit63d2c9e3d491c0e8ad5e4c5c18105668ad100f90 (patch)
tree9c2e24a846f82c11a1dc0100341b924a94477463 /src/main/java/at/hannibal2
parentf056eb5a458ae95dff2cdbd84217e491f72a3d06 (diff)
downloadskyhanni-63d2c9e3d491c0e8ad5e4c5c18105668ad100f90.tar.gz
skyhanni-63d2c9e3d491c0e8ad5e4c5c18105668ad100f90.tar.bz2
skyhanni-63d2c9e3d491c0e8ad5e4c5c18105668ad100f90.zip
improved graph editor bug finder behaviour slightly
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/test/graph/GraphEditorBugFinder.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/test/graph/GraphEditorBugFinder.kt b/src/main/java/at/hannibal2/skyhanni/test/graph/GraphEditorBugFinder.kt
index aee75ec5f..73c55b447 100644
--- a/src/main/java/at/hannibal2/skyhanni/test/graph/GraphEditorBugFinder.kt
+++ b/src/main/java/at/hannibal2/skyhanni/test/graph/GraphEditorBugFinder.kt
@@ -5,6 +5,7 @@ import at.hannibal2.skyhanni.data.IslandGraphs
import at.hannibal2.skyhanni.data.model.GraphNode
import at.hannibal2.skyhanni.events.LorenzRenderWorldEvent
import at.hannibal2.skyhanni.features.misc.IslandAreas.getAreaTag
+import at.hannibal2.skyhanni.skyhannimodule.SkyHanniModule
import at.hannibal2.skyhanni.test.graph.GraphEditor.distanceSqToPlayer
import at.hannibal2.skyhanni.utils.GraphUtils
import at.hannibal2.skyhanni.utils.LorenzVec
@@ -14,6 +15,7 @@ import net.minecraftforge.fml.common.eventhandler.SubscribeEvent
import java.awt.Color
// Trying to find errors in Area Graph for the current graph editor instance
+@SkyHanniModule
object GraphEditorBugFinder {
private var errorsInWorld = emptyMap<LorenzVec, String>()