mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
cheat detected notification
This commit is contained in:
13
src/net/torvald/terrarum/console/CheatWarnTest.kt
Normal file
13
src/net/torvald/terrarum/console/CheatWarnTest.kt
Normal file
@@ -0,0 +1,13 @@
|
||||
package net.torvald.terrarum.console
|
||||
|
||||
import net.torvald.terrarum.Terrarum
|
||||
|
||||
object CheatWarnTest : ConsoleCommand {
|
||||
|
||||
override fun execute(args: Array<String>) {
|
||||
Terrarum.ingame?.uiCheatMotherfuckerNootNoot?.setAsOpen()
|
||||
}
|
||||
|
||||
override fun printUsage() {
|
||||
}
|
||||
}
|
||||
@@ -53,6 +53,7 @@ object CommandDict {
|
||||
"musictest" to MusicTest,
|
||||
"spawntapestry" to SpawnTapestry,
|
||||
"imtest" to JavaIMTest,
|
||||
"cheatmotherfuckernootnoot" to CheatWarnTest,
|
||||
|
||||
|
||||
/* !! */"exportlayer" to ExportLayerData,
|
||||
|
||||
Reference in New Issue
Block a user