summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2014-07-17 17:06:47 +0200
committerWuzzy <almikes@aol.com>2014-07-17 17:06:47 +0200
commit6d27ae23a7fb4d146e9dee5873cd04034fa4e697 (patch)
treedda809b9768e3d1a1cd6d62f6bf711ed3e5e25c0
parentdcc930c499b9a076e745fccade0d836e43bcac75 (diff)
Remove arbitrary limit for stresstest
-rw-r--r--examples.lua1
1 files changed, 0 insertions, 1 deletions
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.")