Adjusted starting date of hardcore mission
:freezingface:
This commit is contained in:
parent
c1acdc8c98
commit
122393b8ff
@ -39,7 +39,7 @@ void main()
|
||||
int year, month, day, hour, minute;
|
||||
GetGame().GetWorld().GetDate( year, month, day, hour, minute );
|
||||
|
||||
if ( ( month < 11 ) || ( month >= 12 ) )
|
||||
if ( month < 12 )
|
||||
{
|
||||
year = 2011;
|
||||
month = 11;
|
||||
|
Loading…
Reference in New Issue
Block a user