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 2ce44e8d98
commit f1c0092956
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();