aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/features/world/FairySouls.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/features/world/FairySouls.kt')
-rw-r--r--src/main/kotlin/features/world/FairySouls.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/kotlin/features/world/FairySouls.kt b/src/main/kotlin/features/world/FairySouls.kt
index d4bf560..699aafc 100644
--- a/src/main/kotlin/features/world/FairySouls.kt
+++ b/src/main/kotlin/features/world/FairySouls.kt
@@ -103,7 +103,6 @@ object FairySouls : FirmamentFeature {
currentMissingSouls.forEach {
block(it.blockPos, Color.ofRGBA(176, 0, 255, 128).color)
}
- color(1f, 0f, 1f, 1f)
currentLocationSouls.forEach {
wireframeCube(it.blockPos)
}