From 6d27ae23a7fb4d146e9dee5873cd04034fa4e697 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 17 Jul 2014 17:06:47 +0200 Subject: [PATCH] Remove arbitrary limit for stresstest --- examples.lua | 1 - 1 file changed, 1 deletion(-) 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.")