Skip to content

Commit

Permalink
Add comment to condition
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse authored Dec 14, 2023
1 parent 3ddce73 commit f1b8450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Northstar.Custom/mod/scripts/vscripts/_event_models.gnut
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ void function EventModelsInit()
int month = expect int( timeParts[ "month" ] )
int day = expect int( timeParts[ "day" ] )

// 18th December to 6th January
if( ( ( month == 12 ) && ( day >= 18 ) ) || ( ( month == 1 ) && ( day <= 6 ) ) )
{
PrecacheModel( $"models/northstartee/winter_holiday_tree.mdl" )
Expand Down

0 comments on commit f1b8450

Please sign in to comment.