mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Prettify --help output
This commit is contained in:
@@ -48,6 +48,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include "sha1.h"
|
||||
#include "base64.h"
|
||||
#include "tool.h"
|
||||
#include "utility_string.h"
|
||||
|
||||
#define PP(x) "("<<(x).X<<","<<(x).Y<<","<<(x).Z<<")"
|
||||
|
||||
@@ -824,13 +825,6 @@ void PlayerInfo::PrintLine(std::ostream *s)
|
||||
(*s)<<std::endl;
|
||||
}
|
||||
|
||||
static std::string padStringRight(std::string s, size_t len)
|
||||
{
|
||||
if(len > s.size())
|
||||
s.insert(s.end(), len - s.size(), ' ');
|
||||
return s;
|
||||
}
|
||||
|
||||
/*
|
||||
Server
|
||||
*/
|
||||
|
Reference in New Issue
Block a user