Calendar Events tab and like more calendar events

This commit is contained in:
max_the
2024-01-15 18:51:47 +01:00
parent aacd99f4db
commit 61ff2ecef2
3 changed files with 174 additions and 56 deletions

View File

@@ -261,9 +261,9 @@ APawn* AGameModeBase::SpawnDefaultPawnForHook(AGameModeBase* GameMode, AControll
// NewPlayerAsAthena->RespawnPlayerAfterDeath(true);
}
static bool bFirst = true;
static bool bFirst = true;
if (bFirst)
if (bFirst && Calendar::HasSnowModification())
{
bFirst = false;
Calendar::SetSnow(100);