summaryrefslogtreecommitdiff
path: root/src/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/environment.h')
-rw-r--r--src/environment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/environment.h b/src/environment.h
index 9532271bb..85d2f668f 100644
--- a/src/environment.h
+++ b/src/environment.h
@@ -153,6 +153,7 @@ private:
core::map<u16, ServerActiveObject*> m_active_objects;
Queue<ActiveObjectMessage> m_active_object_messages;
float m_random_spawn_timer;
+ float m_send_recommended_timer;
};
#ifndef SERVER