mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
dump (another useless message)
This commit is contained in:
@@ -23,7 +23,7 @@ internal object SetGlobalLightOverride : ConsoleCommand {
|
||||
val GL = Color(r, g, b, a)
|
||||
|
||||
lightOverride = true
|
||||
(Terrarum.ingame!! as Ingame).world.globalLight = GL
|
||||
(Terrarum.ingame!!.world).globalLight = GL
|
||||
}
|
||||
catch (e: NumberFormatException) {
|
||||
Echo("Wrong number input.")
|
||||
|
||||
Reference in New Issue
Block a user