mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
Someone order me popeyes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user