Changeset 10197 for code/trunk/src/orxonox/gamestates
- Timestamp:
- Jan 17, 2015, 6:43:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gamestates/GSServer.cc
r9667 r10197 58 58 GameMode::setIsServer(true); 59 59 60 this->server_ = new Server(CommandLineParser::getValue("port") );60 this->server_ = new Server(CommandLineParser::getValue("port").get<int>()); 61 61 orxout(user_status) << "Loading scene in server mode" << endl; 62 62
Note: See TracChangeset
for help on using the changeset viewer.