saner commenting

This commit is contained in:
SmallJoker 2024-06-14 23:38:25 +02:00
parent 8deb08696f
commit 0bfcb4ed14
2 changed files with 4 additions and 6 deletions

View File

@ -112,6 +112,5 @@ minetest.register_allow_player_inventory_action(function(player, action, inv, da
end
end)
if true then
dofile(skins.modpath.."/unittest.lua")
end
--dofile(skins.modpath.."/unittest.lua")

View File

@ -46,6 +46,5 @@ local function run_unittest()
error("Unittest passed! Please disable them now.")
end
if skins._enable_unittest then
run_unittest()
end
run_unittest()