mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
Revert "add snow map 11.31 15.10 7.10 and fly speed up comand and more"
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
#include "DataTableFunctionLibrary.h"
|
||||
#include "FortAthenaMutator_GG.h"
|
||||
#include "FortAthenaMutator_InventoryOverride.h"
|
||||
#include "calendar.h"
|
||||
|
||||
void AGameModeBase::RestartPlayerAtTransform(AController* NewPlayer, FTransform SpawnTransform)
|
||||
{
|
||||
@@ -263,14 +262,5 @@ APawn* AGameModeBase::SpawnDefaultPawnForHook(AGameModeBase* GameMode, AControll
|
||||
|
||||
// LOG_INFO(LogDev, "Finish SpawnDefaultPawnFor!");
|
||||
|
||||
static bool bFirst = Fortnite_Version == 11.31 || Fortnite_Version == 15.10;
|
||||
|
||||
if (bFirst)
|
||||
{
|
||||
bFirst = false;
|
||||
// Calendar::EnableFog();
|
||||
Calendar::SetSnow(100);
|
||||
// Calendar::EnableFog();
|
||||
}
|
||||
return NewPawn;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user