mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
feat(PlayerWindow): Removed nullptr check on net_player
This commit is contained in:
parent
43862f9462
commit
d7b8327b17
@ -6,7 +6,7 @@ namespace big
|
||||
{
|
||||
void window::player()
|
||||
{
|
||||
if (!g.selected_player.is_online || g.selected_player.net_player == nullptr)
|
||||
if (!g.selected_player.is_online)
|
||||
{
|
||||
g.window.player = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user