fixed typo

This commit is contained in:
IcePixelx 2021-10-22 18:55:10 +02:00
parent ab12789faf
commit 5a432fba57

View File

@ -219,7 +219,7 @@ int main(int argc, char* argv[], char* envp[])
spdlog::warn("All FCVAR_CHEAT | FCVAR_DEVELOPMENTONLY ConVar's/ConCommand's will be enabled.\n");
spdlog::warn("Connected clients will be able to set and execute anything flagged FCVAR_CHEAT | FCVAR_DEVELOPMENTONLY.\n");
std::cout << "--------------------------------------------------------------------------------------------------------" << std::endl;
spdlog::warn("Use DEBUG [1] for development and debugging perposes.\n");
spdlog::warn("Use DEBUG [1] for development and debugging purposes.\n");
spdlog::warn("Use RELEASE [2] for normal playing and server hosting.\n");
spdlog::warn("Use DEDICATED [3] for running the server only without the client/ui components.\n");
std::cout << "--------------------------------------------------------------------------------------------------------" << std::endl;