diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-11-12 13:59:56 +0200 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-11-29 19:13:39 +0200 |
| commit | 38944467d31bbfa8a98008962f147cbc3c73f507 (patch) | |
| tree | dc634dbc194a0742480d64c42231485f6b9e04e0 /src/environment.h | |
| parent | 23adfff4fea9c1ad49e7bc4cd08341c2e1fded78 (diff) | |
| download | minetest-38944467d31bbfa8a98008962f147cbc3c73f507.tar.xz | |
Scripting WIP
Diffstat (limited to 'src/environment.h')
| -rw-r--r-- | src/environment.h | 5 |
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 */ |
