Update TheOuterEndDimension.h

This commit is contained in:
DeadVoxelx
2026-05-06 14:32:40 -04:00
committed by GitHub
parent a5cac96bd2
commit 795aa39059

View File

@@ -18,6 +18,6 @@ public:
virtual int getSpawnYPosition();
virtual bool isFoggyAt(int x, int z);
protected:
virtual void updateLightRamp();
};
//protected:
// virtual void updateLightRamp();
};