mirror of
https://gitlab.com/4w/mtimer.git
synced 2025-04-01 06:33:19 +02:00
remove debug leftover
This commit is contained in:
@ -144,8 +144,6 @@ mtimer.update_custom_timer = function (player_name, update_parameters)
|
|||||||
local ctv_key = m.meta.custom_timer_settings.key
|
local ctv_key = m.meta.custom_timer_settings.key
|
||||||
local ctv = minetest.deserialize(player_meta:get_string(ctv_key))
|
local ctv = minetest.deserialize(player_meta:get_string(ctv_key))
|
||||||
|
|
||||||
print(dump(player_name))
|
|
||||||
|
|
||||||
-- Start timer if not running
|
-- Start timer if not running
|
||||||
if up.action == 'start' then
|
if up.action == 'start' then
|
||||||
if ctv.running ~= true then
|
if ctv.running ~= true then
|
||||||
|
Reference in New Issue
Block a user