mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
refactor(TabMisc): Removed Join R* Id button
This commit is contained in:
parent
e667330eaf
commit
d65b776e57
@ -1,5 +1,4 @@
|
||||
#include "tab_bar.hpp"
|
||||
#include "features/rid_joiner.hpp"
|
||||
|
||||
namespace big
|
||||
{
|
||||
@ -7,14 +6,6 @@ namespace big
|
||||
{
|
||||
if (ImGui::BeginTabItem("Misc"))
|
||||
{
|
||||
if (ImGui::Button("Join R* Id"))
|
||||
{
|
||||
QUEUE_JOB_BEGIN_CLAUSE()
|
||||
{
|
||||
g_rid_joiner.join_player(143069134);
|
||||
}QUEUE_JOB_END_CLAUSE
|
||||
}
|
||||
|
||||
ImGui::Text("Set Current Character Level:");
|
||||
ImGui::SliderInt("##input_levels_self", &g_temp.set_level, 0, 8000);
|
||||
if (ImGui::Button("Set Level"))
|
||||
|
Loading…
Reference in New Issue
Block a user