I feel like the time for change is here

This commit is contained in:
md_5 2013-06-10 14:55:57 +10:00
parent ba8bd7faf0
commit f0d4e8c24a

View File

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