Merge pull request #127 from CmonMate497/patch-4

Fixed chat commands not working for rhd, lrd, and redmew
This commit is contained in:
Cooldude2606
2019-08-23 18:00:37 +01:00
committed by GitHub

View File

@@ -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,
}
}
}