Skip to content
Snippets Groups Projects
Commit 261b07b0 authored by Daniel Knorreck's avatar Daniel Knorreck
Browse files

No commit message

No commit message
parent 3eb415ee
No related branches found
No related tags found
No related merge requests found
......@@ -537,7 +537,7 @@ ServerIF* Simulator::run(int iLen, char ** iArgs){
if (!aArgString.empty()) return new Server();
aArgString =getArgs("-file", "file", iLen, iArgs);
if (!aArgString.empty()) return new ServerLocal(aArgString);
aArgString =getArgs("-explore", "file", iLen, iArgs);
aArgString =getArgs("-explo", "file", iLen, iArgs);
if (!aArgString.empty()) decodeCommand("1 7");
//if (!aArgString.empty()) return new ServerExplore();
std::cout << "Running in command line mode.\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment