feat(info): Added Another Godmode Check And Health Info (#839)

This commit is contained in:
TheGreenBandit
2023-01-26 13:41:47 -05:00
committed by GitHub
parent 6a466f8114
commit 923a1b97c9
2 changed files with 10 additions and 2 deletions

View File

@ -94,7 +94,6 @@ namespace big
return m_is_friend;
}
bool player::is_valid() const
{
return m_net_game_player == nullptr ? false : m_net_game_player->is_valid();