diff options
Diffstat (limited to 'source/game/StarWorldClient.hpp')
-rw-r--r-- | source/game/StarWorldClient.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/game/StarWorldClient.hpp b/source/game/StarWorldClient.hpp index 2f1cbc0..9f15e0e 100644 --- a/source/game/StarWorldClient.hpp +++ b/source/game/StarWorldClient.hpp @@ -109,6 +109,8 @@ public: void reviveMainPlayer(); bool respawnInWorld() const; + bool setRespawnInWorld(bool value); + void removeEntity(EntityId entityId, bool andDie); WorldTemplateConstPtr currentTemplate() const; @@ -176,7 +178,7 @@ public: typedef std::function<bool(PlayerPtr, StringView)> BroadcastCallback; BroadcastCallback& broadcastCallback(); - bool toggleRespawnInWorld(); + private: static const float DropDist; |