disable debug print of ARS
This commit is contained in:
parent
0617a6a1bd
commit
a34c2f4053
|
@ -185,7 +185,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
|
|||
|
||||
if fields.ars and fields.savears then
|
||||
route.ars = text_to_ars(fields.ars)
|
||||
atdebug(route.ars)
|
||||
--atdebug(route.ars)
|
||||
end
|
||||
|
||||
if fields.back then
|
||||
|
|
Loading…
Reference in New Issue