mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 18:44:05 +09:00
trying to load a world
This commit is contained in:
@@ -13,7 +13,7 @@ internal object SetTimeDelta : ConsoleCommand {
|
||||
val HARD_LIMIT = 60
|
||||
|
||||
override fun execute(args: Array<String>) {
|
||||
val world = (Terrarum.ingame!! as TerrarumIngame).gameworld
|
||||
val world = (Terrarum.ingame!! as TerrarumIngame).world
|
||||
|
||||
|
||||
if (args.size == 2) {
|
||||
|
||||
Reference in New Issue
Block a user