Browse Source

Fix outdated comment.

Lasse Öörni 11 years ago
parent
commit
2c56c650af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Engine/Network/Network.h

+ 1 - 1
Source/Engine/Network/Network.h

@@ -104,7 +104,7 @@ public:
     Vector<SharedPtr<Connection> > GetClientConnections() const;
     /// Return whether the server is running.
     bool IsServerRunning() const;
-    /// Return whether a remote event is allowed to be sent and received. If no events are registered, all are allowed.
+    /// Return whether a remote event is allowed to be received.
     bool CheckRemoteEvent(StringHash eventType) const;
     /// Return the package download cache directory.
     const String& GetPackageCacheDir() const { return packageCacheDir_; }