Can be now turned off.

master
A.C.M 2019-01-04 12:43:33 +01:00
parent 89a4a6a1aa
commit a6b9a28c2c
1 changed files with 7 additions and 6 deletions

View File

@ -2,15 +2,16 @@ local modname = minetest.get_current_modname()
local moddir = minetest.get_modpath(modname)
-- Strategies
local strategie = "fast.lua"
-- local strategie = "fast.lua"
-- local strategie = "slow.lua"
if(strategie ~= "" or strategie ~= nil) then
print("[".. modname .. "] starts now " .. moddir .. "/" .. strategie)
-- Now start the Remover
dofile(moddir .. "/" .. strategie)
print("[".. modname .. "] starts now " .. moddir .. "/" .. strategie)
-- Now start the Remover
dofile(moddir .. "/" .. strategie)
end -- if(strategie
local remover = {}
remover.green = '#00FF00'