mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
Missing a comma
This commit is contained in:
@@ -41,7 +41,7 @@ local commands = {
|
|||||||
['magic']={'chat-bot.magic'},
|
['magic']={'chat-bot.magic'},
|
||||||
['aids']={'chat-bot.aids'},
|
['aids']={'chat-bot.aids'},
|
||||||
['riot']={'chat-bot.riot'},
|
['riot']={'chat-bot.riot'},
|
||||||
['lenny']={'chat-bot.lenny'}
|
['lenny']={'chat-bot.lenny'},
|
||||||
['orderpizza']=function(player) Server.new_thread{
|
['orderpizza']=function(player) Server.new_thread{
|
||||||
timeout=math.floor(180*(math.random()+0.5)),data={player.name,0}, reopen=true
|
timeout=math.floor(180*(math.random()+0.5)),data={player.name,0}, reopen=true
|
||||||
}:on_event('timeout',function(self)
|
}:on_event('timeout',function(self)
|
||||||
|
|||||||
Reference in New Issue
Block a user