From 9e38ffb321d03b12757b5f60c5e8924521b0e4eb Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 30 Apr 2017 16:56:13 +0100 Subject: [PATCH] Inproved auto rank --- control.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/control.lua b/control.lua index 9b46da92..e9f0e430 100644 --- a/control.lua +++ b/control.lua @@ -199,6 +199,7 @@ function autoMessage() callRank('Forum: explosivegaming.nl',lrank,true) callRank('Steam: http://steamcommunity.com/groups/tntexplosivegaming',lrank,true) callRank('To see these links again goto: Readme > Server Info',lrank,true) + for _,player in pairs(game.connected_players) do autoRank(player) end end ---------------------------------------------------------------------------------------- ---------------------------Table Functions----------------------------------------------