Fixed quote typo
This commit is contained in:
@@ -345,7 +345,7 @@ void ArchipelagoClient::SendGameWon() {
|
||||
void ArchipelagoClient::SendMessageToConsole(const std::string message) {
|
||||
// local commands not implemented yet
|
||||
if(message.starts_with("/")) {
|
||||
ArchipelagoConsole_SendMessage("Ship of Harkinian does not have any local commands yet.\nUse !help\" to see server commands instead", false);
|
||||
ArchipelagoConsole_SendMessage("Ship of Harkinian does not have any local commands yet.\nUse \"!help\" to see server commands instead", false);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user