]> git.localhorst.tv Git - blank.git/blobdiff - src/server/ServerState.hpp
move serverside joining from state to server
[blank.git] / src / server / ServerState.hpp
index e22f9b1e3c3f58a3825fa48a973f21e6f764fc58..3a4851470edb8a1cecf555e52048a4a971fcd45d 100644 (file)
@@ -7,7 +7,6 @@
 #include "../app/State.hpp"
 #include "../model/Skeletons.hpp"
 #include "../world/BlockTypeRegistry.hpp"
-#include "../world/ChunkIndex.hpp"
 #include "../world/ChunkLoader.hpp"
 #include "../world/Generator.hpp"
 #include "../world/World.hpp"
@@ -42,7 +41,6 @@ private:
        HeadlessEnvironment &env;
        BlockTypeRegistry block_types;
        World world;
-       ChunkIndex &spawn_index;
        Generator generator;
        ChunkLoader chunk_loader;
        Skeletons skeletons;