refactor(TabMisc): Removed Join R* Id button

This commit is contained in:
Yimura 2021-01-14 21:56:30 +01:00
parent 4c0a94276a
commit c569872bc3
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -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"))