merged motd and exit patch by dongresource

This commit is contained in:
2020-08-19 12:22:54 -05:00
parent e5274045b0
commit f2059c9ce1
8 changed files with 213 additions and 7 deletions

View File

@@ -10,8 +10,9 @@ namespace settings {
extern int SPAWN_X;
extern int SPAWN_Y;
extern int SPAWN_Z;
extern std::string MOTDSTRING;
void init();
}
#endif
#endif