summaryrefslogtreecommitdiff
path: root/src/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/environment.h')
-rw-r--r--src/environment.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/environment.h b/src/environment.h
index 0e0a5510e..7a4cc3777 100644
--- a/src/environment.h
+++ b/src/environment.h
@@ -145,6 +145,11 @@ public:
return m_lua;
}
+ float getSendRecommendedInterval()
+ {
+ return 0.10;
+ }
+
/*
Save players
*/