Update expire date

This commit is contained in:
md_5 2013-07-24 17:02:37 +10:00
parent 09e592295f
commit 600a1b4ff5

View File

@ -172,7 +172,7 @@ public class BungeeCord extends ProxyServer
public static void main(String[] args) throws Exception public static void main(String[] args) throws Exception
{ {
Calendar deadline = Calendar.getInstance(); Calendar deadline = Calendar.getInstance();
deadline.set( 2013, 7, 24 ); // year, month, date deadline.set( 2013, 8, 12 ); // year, month, date
if ( Calendar.getInstance().after( deadline ) ) if ( Calendar.getInstance().after( deadline ) )
{ {
System.err.println( "*** Warning, this build is outdated ***" ); System.err.println( "*** Warning, this build is outdated ***" );