mirror of
https://repo.or.cz/minetest_playereffects.git
synced 2025-06-30 23:30:41 +02:00
Remove arbitrary limit for stresstest
This commit is contained in:
@ -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.")
|
||||
|
Reference in New Issue
Block a user