diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-09-09 20:32:23 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-09-09 20:32:23 +1000 |
commit | 95b13f670d8ce1de5c71c35ce475de165b53cc4f (patch) | |
tree | 95fe62f2e012277e50dcb29a409478ab6b7ecbd2 /source/game/StarWorldClient.hpp | |
parent | 227585f1dc027dec43152a409dbadb26b19e2c3d (diff) |
code clean-up
Diffstat (limited to 'source/game/StarWorldClient.hpp')
-rw-r--r-- | source/game/StarWorldClient.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/game/StarWorldClient.hpp b/source/game/StarWorldClient.hpp index 9f15e0e..1616b10 100644 --- a/source/game/StarWorldClient.hpp +++ b/source/game/StarWorldClient.hpp @@ -108,8 +108,7 @@ public: bool mainPlayerDead() const; void reviveMainPlayer(); bool respawnInWorld() const; - - bool setRespawnInWorld(bool value); + void setRespawnInWorld(bool respawnInWorld); void removeEntity(EntityId entityId, bool andDie); |