Bump expirary date back to 26/4/2013
This commit is contained in:
parent
81fe547a7c
commit
430b5ff392
@ -149,7 +149,7 @@ public class BungeeCord extends ProxyServer
|
|||||||
public static void main(String[] args) throws Exception
|
public static void main(String[] args) throws Exception
|
||||||
{
|
{
|
||||||
Calendar deadline = Calendar.getInstance();
|
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 ) )
|
if ( Calendar.getInstance().after( deadline ) )
|
||||||
{
|
{
|
||||||
System.err.println( "*** Warning, this build is outdated ***" );
|
System.err.println( "*** Warning, this build is outdated ***" );
|
||||||
|
Loading…
Reference in New Issue
Block a user