Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarWorldClient.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-09-09 20:32:23 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-09-09 20:32:23 +1000
commit95b13f670d8ce1de5c71c35ce475de165b53cc4f (patch)
tree95fe62f2e012277e50dcb29a409478ab6b7ecbd2 /source/game/StarWorldClient.hpp
parent227585f1dc027dec43152a409dbadb26b19e2c3d (diff)
code clean-up
Diffstat (limited to 'source/game/StarWorldClient.hpp')
-rw-r--r--source/game/StarWorldClient.hpp3
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);