Move tool stuff to tool.{h,cpp}
[oweals/minetest.git] / src / environment.h
index 0e0a5510e960120d12fe5f8b6f9a33964fc6ba4f..7a4cc37777eec591a107ce99571cd171bf51c2e6 100644 (file)
@@ -145,6 +145,11 @@ public:
                return m_lua;
        }
 
+       float getSendRecommendedInterval()
+       {
+               return 0.10;
+       }
+
        /*
                Save players
        */