aboutsummaryrefslogtreecommitdiff
path: root/src/remoteplayer.h
diff options
context:
space:
mode:
authorSmallJoker <mk939@ymail.com>2020-11-22 17:49:30 +0100
committersfan5 <sfan5@live.de>2021-01-29 17:32:35 +0100
commit37a05ec8d6cbf9ff4432225cffe78c16fdd0647d (patch)
tree727e4272f1f16fe1a6a51484d1bba728c8632615 /src/remoteplayer.h
parent5e9dd1667b244df4e7767be404d4a12966d6a90a (diff)
downloadhax-minetest-server-37a05ec8d6cbf9ff4432225cffe78c16fdd0647d.tar.gz
hax-minetest-server-37a05ec8d6cbf9ff4432225cffe78c16fdd0647d.zip
Settings: Proper priority hierarchy
Remove old defaults system Introduce priority-based fallback list Use new functions for map_meta special functions Change groups to use end tags Unittest changes: * Adapt unittest to the new code * Compare Settings objects
Diffstat (limited to 'src/remoteplayer.h')
-rw-r--r--src/remoteplayer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/remoteplayer.h b/src/remoteplayer.h
index b82cbc08e..8d086fc5a 100644
--- a/src/remoteplayer.h
+++ b/src/remoteplayer.h
@@ -140,7 +140,6 @@ public:
void onSuccessfulSave();
private:
-
PlayerSAO *m_sao = nullptr;
bool m_dirty = false;