summaryrefslogtreecommitdiff
path: root/src/state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.cpp')
-rw-r--r--src/state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.cpp b/src/state.cpp
index 86c7e1aa..f605016d 100644
--- a/src/state.cpp
+++ b/src/state.cpp
@@ -32,7 +32,7 @@ void State::update(ConnectionHandler &connectionHandler)
{
// update game state (update AI, etc.)
- // notify clients about changes in the game world
+ // notify clients about changes in the game world (only on their maps)
// NOTE: This isn't finished ;)
for (std::map<std::string, Beings>::iterator i = beings.begin();
i != beings.end();