Delete instances with no players

This commit is contained in:
Gent
2020-10-15 15:46:07 -04:00
parent 6473951b9a
commit da725d21e6
3 changed files with 19 additions and 4 deletions

View File

@@ -15,9 +15,9 @@ public:
};
enum {
INSTANCE_OVERWORLD, // default instance every player starts in
//INSTANCE_IZ, // all infected zones share an instance
//INSTANCE_UNIQUE // fusion lairs are generated as requested (+ uid)
INSTANCE_OVERWORLD // default instance every player starts in
//INSTANCE_IZ, // these aren't actually used
//INSTANCE_UNIQUE
};
namespace ChunkManager {