Bump expirary date back to 26/4/2013

This commit is contained in:
md_5 2013-03-24 09:00:32 +11:00
parent 81fe547a7c
commit 430b5ff392

View File

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