mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
Fix 4MCP
This commit is contained in:
@@ -794,7 +794,9 @@ static inline void MainUI()
|
||||
|
||||
if (!bStartedBus)
|
||||
{
|
||||
if (Globals::bLateGame.load() || Fortnite_Version >= 11)
|
||||
if (Globals::bLateGame.load()
|
||||
|| Fortnite_Version >= 11 // Its been a minute but iirc it just wouldnt start when countdown ended or crash? cant remember
|
||||
)
|
||||
{
|
||||
if (ImGui::Button("Start Bus"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user