Update expire date
This commit is contained in:
parent
09e592295f
commit
600a1b4ff5
@ -172,7 +172,7 @@ public class BungeeCord extends ProxyServer
|
||||
public static void main(String[] args) throws Exception
|
||||
{
|
||||
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 ) )
|
||||
{
|
||||
System.err.println( "*** Warning, this build is outdated ***" );
|
||||
|
Loading…
Reference in New Issue
Block a user