From 0d23fadc3e889ecf14f19afba2cc154387ee2863 Mon Sep 17 00:00:00 2001 From: Shredder Date: Tue, 5 May 2026 00:13:05 +0500 Subject: [PATCH] how did this even slip past me --- src/world/level/Level.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);