diff options
Diffstat (limited to 'source/game/StarWorldServerThread.hpp')
-rw-r--r-- | source/game/StarWorldServerThread.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarWorldServerThread.hpp b/source/game/StarWorldServerThread.hpp index 265d0aa..ae1e666 100644 --- a/source/game/StarWorldServerThread.hpp +++ b/source/game/StarWorldServerThread.hpp @@ -38,7 +38,7 @@ public: bool spawnTargetValid(SpawnTarget const& spawnTarget); - bool addClient(ConnectionId clientId, SpawnTarget const& spawnTarget, bool isLocal); + bool addClient(ConnectionId clientId, SpawnTarget const& spawnTarget, bool isLocal, bool isAdmin = false); // Returns final outgoing packets List<PacketPtr> removeClient(ConnectionId clientId); |