aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/features/debug/MinorTrolling.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/features/debug/MinorTrolling.kt')
-rw-r--r--src/main/kotlin/features/debug/MinorTrolling.kt6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/main/kotlin/features/debug/MinorTrolling.kt b/src/main/kotlin/features/debug/MinorTrolling.kt
index 32035a6..d802d40 100644
--- a/src/main/kotlin/features/debug/MinorTrolling.kt
+++ b/src/main/kotlin/features/debug/MinorTrolling.kt
@@ -5,12 +5,10 @@ package moe.nea.firmament.features.debug
import net.minecraft.text.Text
import moe.nea.firmament.annotations.Subscribe
import moe.nea.firmament.events.ModifyChatEvent
-import moe.nea.firmament.features.FirmamentFeature
-
// In memorian Dulkir
-object MinorTrolling : FirmamentFeature {
- override val identifier: String
+object MinorTrolling {
+ val identifier: String
get() = "minor-trolling"
val trollers = listOf("nea89o", "lrg89")