Fix hypen used as minus sign (manpages), fix spelling error (server.cpp)
parent
3578e1d4a7
commit
e301bc2d77
|
@ -41,7 +41,7 @@ Show allowed options
|
|||
Set logfile path (debug.txt)
|
||||
.TP
|
||||
\-\-map\-dir <value>
|
||||
Same as --world (deprecated)
|
||||
Same as \-\-world (deprecated)
|
||||
.TP
|
||||
\-\-name <value>
|
||||
Set player name
|
||||
|
|
|
@ -35,7 +35,7 @@ Show allowed options
|
|||
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
|
||||
|
|
|
@ -4659,7 +4659,7 @@ bool Server::rollbackRevertActions(const std::list<RollbackAction> &actions,
|
|||
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());
|
||||
|
|
Loading…
Reference in New Issue