Fixed quote typo
This commit is contained in:
@@ -345,7 +345,7 @@ void ArchipelagoClient::SendGameWon() {
|
|||||||
void ArchipelagoClient::SendMessageToConsole(const std::string message) {
|
void ArchipelagoClient::SendMessageToConsole(const std::string message) {
|
||||||
// local commands not implemented yet
|
// local commands not implemented yet
|
||||||
if(message.starts_with("/")) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user