Fix wording

This commit is contained in:
FutureRave 2021-12-07 16:19:40 +00:00
parent 6d916ebd47
commit ed95316508
No known key found for this signature in database
GPG Key ID: E883E2BC9657D955

View File

@ -235,8 +235,8 @@ namespace Components
Game::g_entities[clientNum].flags ^= Game::FL_GODMODE;
Logger::Print("Godmode toggled\n");
Toast::Show("cardicon_abduction", "Success", "Godmode toggled", toastDurationShort);
Logger::Print("God toggled\n");
Toast::Show("cardicon_abduction", "Success", "God toggled", toastDurationShort);
});
Command::Add("demigod", [](Command::Params*)