Bump date

This commit is contained in:
md_5 2013-09-08 11:49:27 +10:00
parent d4d93ddbb9
commit 7384e797fc

View File

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