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