diff --git a/Project Reboot 3.0/calendar.h b/Project Reboot 3.0/calendar.h index 6f8e89a..c82c763 100644 --- a/Project Reboot 3.0/calendar.h +++ b/Project Reboot 3.0/calendar.h @@ -40,7 +40,7 @@ namespace Calendar return -1; } -static inline void SetSnow(float NewValue) + static inline void SetSnow(float NewValue) { static auto SetSnowFn = FindObject(L"/Game/Athena/Apollo/Environments/Blueprints/CalendarEvents/BP_ApolloSnowSetup.BP_ApolloSnowSetup_C.SetSnow") ? FindObject(L"/Game/Athena/Apollo/Environments/Blueprints/CalendarEvents/BP_ApolloSnowSetup.BP_ApolloSnowSetup_C.SetSnow") : FindObject(L"/Game/Athena/Environments/Landscape/Blueprints/BP_SnowSetup.BP_SnowSetup_C.SetSnow"); @@ -101,4 +101,4 @@ static inline void SetSnow(float NewValue) LOG_INFO(LogDev, "Failed TO FIND!"); } } -} \ No newline at end of file +}