mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
experimental restarting + cheat launch
This commit is contained in:
@@ -253,17 +253,17 @@ bool AFortGameModeAthena::Athena_ReadyToStartMatchHook(AFortGameModeAthena* Game
|
||||
GameState->OnRep_CurrentPlaylistInfo();
|
||||
};
|
||||
|
||||
auto& LocalPlayers = GetLocalPlayers();
|
||||
/* auto& LocalPlayers = GetLocalPlayers();
|
||||
|
||||
if (LocalPlayers.Num() && LocalPlayers.Data)
|
||||
{
|
||||
LocalPlayers.Remove(0);
|
||||
}
|
||||
|
||||
// LOG_INFO(LogDev, "ReadyToStartMatch!");
|
||||
} */
|
||||
|
||||
static int LastNum2 = 1;
|
||||
|
||||
// LOG_INFO(LogDev, "ReadyToStartMatch AmountOfRestarts: {} LastNum2: {}!", AmountOfRestarts, LastNum2);
|
||||
|
||||
if (AmountOfRestarts != LastNum2)
|
||||
{
|
||||
LastNum2 = AmountOfRestarts;
|
||||
|
||||
Reference in New Issue
Block a user