Update year text

This commit is contained in:
RocketRobz 2023-01-09 12:30:08 -07:00
parent ef0e657c3f
commit 9f13fddbb0

View File

@ -14,7 +14,7 @@ private:
const char* gameYearText = "2008-2017";
const char* gameYearText2 = "2009-2017";
const char* gameYearTextKOR = "2010-2013";
const char* yearText = "2019-2022";
const char* yearText = "2019-2023";
};
#endif