mirror of
https://github.com/minetest/minetest.git
synced 2024-11-09 01:03:46 +01:00
Fix hypen used as minus sign (manpages), fix spelling error (server.cpp)
This commit is contained in:
parent
3578e1d4a7
commit
e301bc2d77
@ -41,7 +41,7 @@ Show allowed options
|
|||||||
Set logfile path (debug.txt)
|
Set logfile path (debug.txt)
|
||||||
.TP
|
.TP
|
||||||
\-\-map\-dir <value>
|
\-\-map\-dir <value>
|
||||||
Same as --world (deprecated)
|
Same as \-\-world (deprecated)
|
||||||
.TP
|
.TP
|
||||||
\-\-name <value>
|
\-\-name <value>
|
||||||
Set player name
|
Set player name
|
||||||
|
@ -35,7 +35,7 @@ Show allowed options
|
|||||||
Set logfile path (debug.txt)
|
Set logfile path (debug.txt)
|
||||||
.TP
|
.TP
|
||||||
\-\-map\-dir <value>
|
\-\-map\-dir <value>
|
||||||
Same as --world (deprecated)
|
Same as \-\-world (deprecated)
|
||||||
.TP
|
.TP
|
||||||
\-\-port <value>
|
\-\-port <value>
|
||||||
Set network port (UDP) to use
|
Set network port (UDP) to use
|
||||||
|
@ -4659,7 +4659,7 @@ bool Server::rollbackRevertActions(const std::list<RollbackAction> &actions,
|
|||||||
log->push_back(os.str());
|
log->push_back(os.str());
|
||||||
}else{
|
}else{
|
||||||
std::ostringstream os;
|
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;
|
infostream<<"Map::rollbackRevertActions(): "<<os.str()<<std::endl;
|
||||||
if(log)
|
if(log)
|
||||||
log->push_back(os.str());
|
log->push_back(os.str());
|
||||||
|
Loading…
Reference in New Issue
Block a user