From 8aaf526730a621ae6d8d2839730437b605d892e7 Mon Sep 17 00:00:00 2001 From: paramat Date: Tue, 20 Feb 2018 19:32:24 +0000 Subject: SAO limits: Allow SAOs to exist outside the set 'mapgen limit' --- src/map.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 4b6e08f96..5123a7ec1 100644 --- a/src/map.h +++ b/src/map.h @@ -377,8 +377,6 @@ public: */ ServerMapSector *createSector(v2s16 p); - bool saoPositionOverLimit(const v3f &p); - /* Blocks are generated by using these and makeBlock(). */ -- cgit v1.2.3