fix: bomb plant chat section is mistakenly assigned to kill chat section (fixes #281)

This commit is contained in:
dmitry 2022-01-19 01:11:01 +03:00
commit f6cbc49ca9
No known key found for this signature in database
GPG key ID: 8297CE728B7A7E37

View file

@ -385,7 +385,7 @@ void BotConfig::loadChatConfig () {
continue;
}
else if (line.startsWith ("[BOMBPLANT]")) {
chat = &m_chat[Chat::Kill];
chat = &m_chat[Chat::Plant];
continue;
}
else if (line.startsWith ("[DEADCHAT]")) {