From 5db5623df3ab785476e7e165d8f2762d9ac96b82 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 23 Jul 2017 22:24:44 +0100 Subject: [PATCH] Speed increase again --- locale/ExpGaming-Core/ExpGaming - Server Interface.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/ExpGaming-Core/ExpGaming - Server Interface.lua b/locale/ExpGaming-Core/ExpGaming - Server Interface.lua index d321891c..927a08c2 100644 --- a/locale/ExpGaming-Core/ExpGaming - Server Interface.lua +++ b/locale/ExpGaming-Core/ExpGaming - Server Interface.lua @@ -31,7 +31,7 @@ define_command('server-interface','For use of the highest staff only',{'command' end end) --this is used when changing permsion groups when the person does not have permsion to, can also be used to split a large event accross mutilple ticks -local commands_per_itteration = 10 --number of sudo commands ran every sudo itteration +local commands_per_itteration = 50 --number of sudo commands ran every sudo itteration local ticks_per_itteration = 1 --the number of ticks break before the next sudo itteration function sudo(command,args) table.insert(global.sudo,{fun=command,var=args}) end --runs at most five sudo commandd every five ticks if one is present