Remove arbitrary limit for stresstest

master
Wuzzy 2014-07-17 17:06:47 +02:00
parent dcc930c499
commit 6d27ae23a7
1 changed files with 0 additions and 1 deletions

View File

@ -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.")