Someone order me popeyes

This commit is contained in:
Gray
2024-03-16 23:17:09 -04:00
parent bf5fd426c6
commit 07a6569f4a
6 changed files with 39 additions and 8 deletions

View File

@@ -711,13 +711,13 @@ static inline void MainUI()
SetIsLategame(bWillBeLategame);
}
ImGui::Text(std::format("Joinable {}", Globals::bStartedListening).c_str());
if (!Globals::bStartedListening) // hm
{
ImGui::SliderInt("Players required to start the match", &WarmupRequiredPlayerCount, 1, 100);
}
ImGui::Text(std::format("Joinable {}", Globals::bStartedListening).c_str());
static std::string ConsoleCommand;
ImGui::InputText("Console command", &ConsoleCommand);