Revert "Adjusted starting date of hardcore mission"

This reverts commit 0e12f78950aec72c1feed5136e2c0e3ec6aa2afa.
This commit is contained in:
SumrakDZN 2020-11-27 19:16:36 +01:00
parent 122393b8ff
commit c6bbfe9311

View File

@ -39,7 +39,7 @@ void main()
int year, month, day, hour, minute;
GetGame().GetWorld().GetDate( year, month, day, hour, minute );
if ( month < 12 )
if ( ( month < 11 ) || ( month >= 12 ) )
{
year = 2011;
month = 11;