mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-15 15:07:51 +08:00
Toxic features and improve protections (#897)
This commit is contained in:
@ -32,6 +32,7 @@ namespace big
|
||||
|
||||
NETWORK,
|
||||
SESSION,
|
||||
MISSIONS,
|
||||
SPOOFING,
|
||||
PLAYER_DATABASE,
|
||||
SESSION_BROWSER,
|
||||
@ -87,6 +88,7 @@ namespace big
|
||||
{tabs::NETWORK, { "Network", nullptr, {
|
||||
{ tabs::SPOOFING, { "Spoofing", view::spoofing }},
|
||||
{ tabs::SESSION, { "Session", view::session }},
|
||||
{ tabs::MISSIONS, { "Missions", view::missions }},
|
||||
{ tabs::PLAYER_DATABASE, { "Player Database", view::player_database }},
|
||||
{ tabs::SESSION_BROWSER, { "Session Browser", view::session_browser }},
|
||||
}}},
|
||||
|
Reference in New Issue
Block a user