mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
fix(ViewPlayer): Added lost TreePop
This commit is contained in:
parent
1a3d2ecad9
commit
f9b729040f
@ -129,6 +129,8 @@ namespace big
|
|||||||
components::button("Flying Vehicle", [] {
|
components::button("Flying Vehicle", [] {
|
||||||
toxic::flying_vehicle(g_player_service->get_selected()->id());
|
toxic::flying_vehicle(g_player_service->get_selected()->id());
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ImGui::TreePop();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user