Really need to automatically do this. Add a few weeks to expire time

This commit is contained in:
md_5 2013-08-20 18:50:52 +10:00
parent 1dcc8d6a4b
commit ad0da59267

View File

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