mirror of
https://gitlab.com/4w/mtimer.git
synced 2024-11-24 16:23:44 +01:00
remove debug leftovers
This commit is contained in:
parent
b179c6f8c1
commit
120336493b
@ -189,7 +189,6 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
|
|||||||
local entered = fields.key_enter_field or ''
|
local entered = fields.key_enter_field or ''
|
||||||
|
|
||||||
-- Set mode
|
-- Set mode
|
||||||
print(dump(fields))
|
|
||||||
if fields.mode_countdown ~= nil then ctv.timer_mode='countdown' end
|
if fields.mode_countdown ~= nil then ctv.timer_mode='countdown' end
|
||||||
if fields.mode_timer ~= nil then ctv.timer_mode='timer' end
|
if fields.mode_timer ~= nil then ctv.timer_mode='timer' end
|
||||||
if fields.mode_continuous ~= nil then ctv.timer_mode='continuous' end
|
if fields.mode_continuous ~= nil then ctv.timer_mode='continuous' end
|
||||||
|
Loading…
Reference in New Issue
Block a user