diff --git a/source/Entity/Player.cpp b/source/Entity/Player.cpp index 80f5b9b8..087cf232 100644 --- a/source/Entity/Player.cpp +++ b/source/Entity/Player.cpp @@ -1190,11 +1190,6 @@ Object & CPlayer::GetSpectator() const // ------------------------------------------------------------------------------------------------ void CPlayer::SetSpectator(CPlayer & target) const { - // Is the specified player even valid? - if (!target.IsActive()) - { - STHROWF("Invalid player argument: null"); - } // Validate the managed identifier Validate(); // Perform the requested operation