Missing a comma

This commit is contained in:
Cooldude2606
2018-05-14 19:59:47 +01:00
parent db3515e122
commit 5edf3f7870

View File

@@ -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)