1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-15 20:03:15 +02:00
This commit is contained in:
nordsoft
2023-01-03 16:11:12 +04:00
committed by Nordsoft91
parent 1ef9610e30
commit d0b5a023ee

View File

@@ -209,7 +209,7 @@ int main(int argc, char * argv[])
("lobby-uuid", po::value<std::string>(), "uuid to the server")
("lobby-connections", po::value<ui16>(), "connections of server")
("lobby-username", po::value<std::string>(), "player name")
("lobby-gamemode", po::value<bool>(), "use 0 for new game and 1 for load game")
("lobby-gamemode", po::value<ui16>(), "use 0 for new game and 1 for load game")
("uuid", po::value<std::string>(), "uuid for the client");
if(argc > 1)