]> git.localhorst.tv Git - blank.git/blobdiff - src/standalone/MasterState.hpp
store players in world save
[blank.git] / src / standalone / MasterState.hpp
index f2c702fb2033df38fbfe39df28e1ac930760e5f8..823e7f3a67ed781f1c274e5f598c004839bb8966 100644 (file)
@@ -60,6 +60,7 @@ private:
        Config &config;
        Environment &env;
        BlockTypeRegistry block_types;
+       const WorldSave &save;
        World world;
        Player &player;
        HUD hud;