disable debug print of ARS

master
orwell96 2019-01-22 18:48:46 +01:00
parent 0617a6a1bd
commit a34c2f4053
1 changed files with 1 additions and 1 deletions

View File

@ -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