1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-28 03:57:22 +02:00

minor fix

This commit is contained in:
Gerkiz 2020-12-28 12:05:59 +01:00
parent 77093090d7
commit 4db162353c

View File

@ -158,6 +158,9 @@ commands.add_command(
local function process_bot_answers(event)
local player = game.players[event.player_index]
if player.admin then
return
end
local message = event.message
message = string.lower(message)
for word in string.gmatch(message, '%g+') do