Set logfile path (debug.txt)
.TP
\-\-map\-dir <value>
-Same as --world (deprecated)
+Same as \-\-world (deprecated)
.TP
\-\-name <value>
Set player name
Set logfile path (debug.txt)
.TP
\-\-map\-dir <value>
-Same as --world (deprecated)
+Same as \-\-world (deprecated)
.TP
\-\-port <value>
Set network port (UDP) to use
log->push_back(os.str());
}else{
std::ostringstream os;
- os<<"Succesfully reverted step ("<<num_tried<<") "<<action.toString();
+ os<<"Successfully reverted step ("<<num_tried<<") "<<action.toString();
infostream<<"Map::rollbackRevertActions(): "<<os.str()<<std::endl;
if(log)
log->push_back(os.str());