Fix error message

This commit is contained in:
FutureRave 2022-01-11 18:53:20 +00:00
parent 9a100a309c
commit 4fbe9ffc27
No known key found for this signature in database
GPG Key ID: E883E2BC9657D955

View File

@ -150,7 +150,7 @@ namespace Components
if (params.length() < 4u || params.length() > 6u)
{
Game::SV_GameSendServerCommand(ent->s.number, 0,
"print \"GAME_USAGE\x15: setviewpos x y z [yaw] [pitch]\n\"");
Utils::String::VA("%c \"GAME_USAGE\x15: setviewpos x y z [yaw] [pitch]\n\"", 0x65));
return;
}