mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2024-11-16 07:00:19 +01:00
saner commenting
This commit is contained in:
parent
8deb08696f
commit
0bfcb4ed14
5
init.lua
5
init.lua
|
@ -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")
|
||||
|
||||
|
|
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user