Bump date to the 9th

This commit is contained in:
md_5 2013-08-04 21:34:56 +10:00
parent c4d60a8fa9
commit b64a7be19b

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, 8, 4 ); // year, month, date
deadline.set( 2013, 8, 9 ); // year, month, date
if ( Calendar.getInstance().after( deadline ) )
{
System.err.println( "*** Warning, this build is outdated ***" );