From 43edffb74ef90c7b99118f1782280d45f0e1e090 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Tue, 12 Jun 2018 21:06:27 +0100 Subject: [PATCH] removed duplicate of makecoffe --- Addons/Admin/auto-chat.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Addons/Admin/auto-chat.lua b/Addons/Admin/auto-chat.lua index 4cde4162..2fd5cd8f 100644 --- a/Addons/Admin/auto-chat.lua +++ b/Addons/Admin/auto-chat.lua @@ -82,11 +82,6 @@ local commands = { }:on_event('timeout',function(self) if self.data then game.print{'chat-bot.message',{'chat-bot.make-coffee-2',self.data}} end end):open() return {'chat-bot.make-coffee-1'} end, - ['makecoffee']=function(player) Server.new_thread{ - timeout=math.floor(180*(math.random()+0.5)),data=player.name - }:on_event('timeout',function(self) - if self.data then game.print{'chat-bot.message',{'chat-bot.make-coffee-2',self.data}} end - end):open() return {'chat-bot.make-coffee-1'} end, ['orderpizza']=function(player) Server.new_thread{ timeout=math.floor(180*(math.random()+0.5)),data={player.name,0}, reopen=true }:on_event('timeout',function(self)