From b7ce264650916b84ed521bde4aab68d896d1212e Mon Sep 17 00:00:00 2001 From: CmonMate497 <48069760+CmonMate497@users.noreply.github.com> Date: Fri, 23 Aug 2019 17:56:39 +0100 Subject: [PATCH] Update chat_reply.lua --- config/chat_reply.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/chat_reply.lua b/config/chat_reply.lua index ca7d1700..fc8dee5c 100644 --- a/config/chat_reply.lua +++ b/config/chat_reply.lua @@ -18,11 +18,11 @@ return { ['script']={'info.softmod'}, ['loop']={'chat-bot.loops'}, ['loops']={'chat-bot.loops'}, - ['rhd']={'chat-bot.lhd'}, - ['lhd']={'chat-bot.lhd'}, + ['rhd']={'info.lhd'}, + ['lhd']={'info.lhd'}, ['roundabout']={'chat-bot.loops'}, ['roundabouts']={'chat-bot.loops'}, - ['redmew']={'chat-bot.redmew'}, + ['redmew']={'info.redmew'}, ['afk']=function(player) local max=player for _,next_player in pairs(game.connected_players) do @@ -66,4 +66,4 @@ return { return {'chat-bot.current-evolution',string.format('%.2f',game.forces['enemy'].evolution_factor)} end, } -} \ No newline at end of file +}