Item Deletion and extra fixes (#17)

* Deleting Items

* fixes

* fixes 2

* Basic GM login

* Update ItemManager.cpp

Co-authored-by: Raymonf <raymonf@outlook.com>
This commit is contained in:
JadeShrineMaiden
2020-08-21 21:09:52 +01:00
committed by GitHub
parent 3fe1a02200
commit caaffcbe3d
7 changed files with 90 additions and 13 deletions

View File

@@ -11,6 +11,7 @@ namespace settings {
extern int SPAWN_Y;
extern int SPAWN_Z;
extern std::string MOTDSTRING;
extern std::string GMPASS;
void init();
}