mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
disable rebooting again
fixed looting bug, fixed parachute not auto deploying on some builds
This commit is contained in:
@@ -294,8 +294,8 @@ void AFortGameStateAthena::OnRep_PlayersLeft()
|
||||
|
||||
TeamsArrayContainer* AFortGameStateAthena::GetTeamsArrayContainer()
|
||||
{
|
||||
// if (!bEnableRebooting) // todo (milxnor) remove when safer
|
||||
// return nullptr;
|
||||
if (true)
|
||||
return nullptr;
|
||||
|
||||
if (Fortnite_Version < 8.0) // I'm pretty sure it got added on 7.40 but idk if it is structured differently.
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user