This commit is contained in:
Lasse Öörni 2014-09-30 09:20:23 +03:00
Родитель 843f6c733c
Коммит 2c56c650af
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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_; }