mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix typo in sdklauncher.cpp
Thanks Julefox!
This commit is contained in:
parent
998de21d73
commit
dd50004c61
@ -251,7 +251,7 @@ int main(int argc, char* argv[], char* envp[])
|
||||
spdlog::warn("Use DEBUG GAME [1] for research and development purposes.\n");
|
||||
spdlog::warn("Use RELEASE GAME [2] for playing the game and creating servers.\n");
|
||||
spdlog::warn("Use DEBUG DEDICATED [3] for research and development purposes.\n");
|
||||
spdlog::warn("Use RELEASE DEDICATED [3] for running and hosting dedicated servers.\n");
|
||||
spdlog::warn("Use RELEASE DEDICATED [4] for running and hosting dedicated servers.\n");
|
||||
std::cout << "----------------------------------------------------------------------------------------------------------------------" << std::endl;
|
||||
spdlog::info("Enter '1' for 'DEBUG GAME'.\n");
|
||||
spdlog::info("Enter '2' for 'RELEASE GAME'.\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user