aboutsummaryrefslogtreecommitdiff
path: root/Core.cpp
diff options
context:
space:
mode:
authorBDKPlayer <fabian.stotz@yahoo.de>2020-05-28 21:36:09 +0200
committerBDKPlayer <fabian.stotz@yahoo.de>2020-05-28 21:36:09 +0200
commit2530f393d066dbd90e47337911e4f89b123346cf (patch)
treef618737f5a2c988a9b7c5ee6564245a3b0dd8ba4 /Core.cpp
parent84e7ec39812c0a8bfca954c523b4dbb0608714ea (diff)
Updated to game version 101.101.376500 5061880
Diffstat (limited to 'Core.cpp')
-rw-r--r--Core.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Core.cpp b/Core.cpp
index ee5714c..aade39e 100644
--- a/Core.cpp
+++ b/Core.cpp
@@ -276,7 +276,6 @@ void Core::OnPresent()
createPlayerTreeNode(currentPlayer, i);
}
ImGui::Separator();
- ImGui::Text("Test1");
FeatureManager::Get()->OnMenuMainWindow();
ImGui::Separator();
ImGui::Checkbox("Skip localplayer", &skipLocalplayer);