mirror of
https://repo.or.cz/minetest_playereffects.git
synced 2025-01-08 10:20:15 +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(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.")
|
||||
|
Loading…
Reference in New Issue
Block a user