deleteing player deletes inventory and nanos, minor tweaks to settings

This commit is contained in:
kamilprzyb
2020-09-08 22:41:02 +02:00
committed by dongresource
parent 2fd7a8c6fc
commit 1d9a7139a8
3 changed files with 20 additions and 26 deletions

View File

@@ -12,11 +12,11 @@ namespace settings {
extern int SPAWN_X;
extern int SPAWN_Y;
extern int SPAWN_Z;
extern int SPAWN_ANGLE;
extern std::string MOTDSTRING;
extern std::string NPCJSON;
extern std::string XDTJSON;
extern std::string MOBJSON;
extern std::string GMPASS;
extern bool GM;
void init();