mirror of
https://repo.or.cz/minetest_playereffects.git
synced 2025-01-09 18:40:18 +01:00
Remove arbitrary limit for stresstest
This commit is contained in:
parent
dcc930c499
commit
6d27ae23a7
@ -207,7 +207,6 @@ minetest.register_chatcommand("stresstest", {
|
|||||||
if(type(param)=="string") then
|
if(type(param)=="string") then
|
||||||
if(type(tonumber(param)) == "number") then
|
if(type(tonumber(param)) == "number") then
|
||||||
max = tonumber(param)
|
max = tonumber(param)
|
||||||
if(max > 1000) then max = 1000 end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
minetest.debug("[playereffects] Stress test started for "..name.." with "..max.." effects.")
|
minetest.debug("[playereffects] Stress test started for "..name.." with "..max.." effects.")
|
||||||
|
Loading…
Reference in New Issue
Block a user