fix: bomb plant chat section is mistakenly assigned to kill chat section (fixes #281)
This commit is contained in:
parent
3538328b78
commit
f6cbc49ca9
1 changed files with 1 additions and 1 deletions
|
|
@ -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]")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue