diff --git a/src/world/level/Level.h b/src/world/level/Level.h index 73a32961..17d99420 100755 --- a/src/world/level/Level.h +++ b/src/world/level/Level.h @@ -202,8 +202,8 @@ public: bool checkAndHandleWater(const AABB& box, const Material* material, Entity* e); void extinguishFire(int x, int y, int z, int face); - std::string Level::gatherStats(); - std::string Level::gatherChunkSourceStats(); + std::string gatherStats(); + std::string gatherChunkSourceStats(); //void addEntities(const EntityList& list); //void removeEntities(const EntityList& list);