mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
Fixed Syntax Error
This commit is contained in:
@@ -19,7 +19,7 @@ local messages = {
|
|||||||
['commands']={'chat-bot.custom-commands'},
|
['commands']={'chat-bot.custom-commands'},
|
||||||
['softmod']={'chat-bot.softmod'},
|
['softmod']={'chat-bot.softmod'},
|
||||||
['script']={'chat-bot.softmod'},
|
['script']={'chat-bot.softmod'},
|
||||||
['afk']=function(_player) local max=_player for _,player in pairs(game.connected_players) do if max.afk_time < player.afk_time then max=player end end {'chat-bot.afk',max.name,tick_to_display_format(max.afk_time)} end
|
['afk']=function(_player) local max=_player for _,player in pairs(game.connected_players) do if max.afk_time < player.afk_time then max=player end end return {'chat-bot.afk',max.name,tick_to_display_format(max.afk_time)} end
|
||||||
}
|
}
|
||||||
|
|
||||||
-- white spaces removed and made into lower
|
-- white spaces removed and made into lower
|
||||||
|
|||||||
Reference in New Issue
Block a user