Fixed quote typo

This commit is contained in:
Jerom Venneker
2025-05-30 20:18:07 +02:00
committed by GitHub
parent 11d055c3f1
commit a2e7b21155

View File

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