From 7a4c1e7327a19820ec1e943d031c0e6e057e0156 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sat, 14 Dec 2013 10:49:20 -0500 Subject: Update mapgen params in ServerMap after Mapgen init --- src/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index d4656acc6..fa88109a3 100644 --- a/src/map.h +++ b/src/map.h @@ -496,6 +496,7 @@ public: u64 getSeed(){ return m_seed; } MapgenParams *getMapgenParams(){ return m_mgparams; } + void setMapgenParams(MapgenParams *mgparams){ m_mgparams = mgparams; } // Parameters fed to the Mapgen MapgenParams *m_mgparams; -- cgit v1.2.3