From 11c38d7e3c361a56a493972cf6a901f8c8d7eb05 Mon Sep 17 00:00:00 2001 From: Zughy <4279489-marco_a@users.noreply.gitlab.com> Date: Thu, 23 Dec 2021 17:32:22 +0000 Subject: [PATCH] EXAMPLE: update time_mode param using strings instead of deprecated ints --- mod-init.lua.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod-init.lua.example b/mod-init.lua.example index 04cf32c..294473f 100644 --- a/mod-init.lua.example +++ b/mod-init.lua.example @@ -15,7 +15,7 @@ arena_lib.register_minigame("Call of Zughy", { }, queue_waiting_time = 20, show_minimap = true, - time_mode = 1, + time_mode = "incremental", properties = { planting_locations = {{x=30, y=20, z=40}, {x=5, y=20, z=80}}, -- you can override these parameters via your mod, of course },