diff --git a/examples.lua b/examples.lua index 80e05a1..807bc55 100644 --- a/examples.lua +++ b/examples.lua @@ -207,7 +207,6 @@ minetest.register_chatcommand("stresstest", { if(type(param)=="string") then if(type(tonumber(param)) == "number") then max = tonumber(param) - if(max > 1000) then max = 1000 end end end minetest.debug("[playereffects] Stress test started for "..name.." with "..max.." effects.")