Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Server/Source/player_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -619,11 +619,6 @@ struct Player final : public IPlayer, public PoolIDProvider, public NoCopy

void setSpectating(bool spectating) override
{
if (spectating == spectateData_.spectating)
{
return;
}

if (!spectating)
{
toSpawn_ = true;
Expand Down