Mgv6 mudflow: Remove decoration if 'dirt with grass' below flows away (#5798)
[oweals/minetest.git] / src / ban.h
index d1a49cb154a4f96dfcd40886282b92eec4586186..e35bd0e10e2dc135f3967eceff9ea72dccb80063 100644 (file)
--- a/src/ban.h
+++ b/src/ban.h
@@ -41,12 +41,12 @@ public:
        void add(const std::string &ip, const std::string &name);
        void remove(const std::string &ip_or_name);
        bool isModified();
+
 private:
        Mutex m_mutex;
        std::string m_banfilepath;
        StringMap m_ips;
        bool m_modified;
-
 };
 
 #endif