Bump date to the 9th
This commit is contained in:
parent
c4d60a8fa9
commit
b64a7be19b
@ -168,7 +168,7 @@ public class BungeeCord extends ProxyServer
|
||||
public static void main(String[] args) throws Exception
|
||||
{
|
||||
Calendar deadline = Calendar.getInstance();
|
||||
deadline.set( 2013, 8, 4 ); // year, month, date
|
||||
deadline.set( 2013, 8, 9 ); // year, month, date
|
||||
if ( Calendar.getInstance().after( deadline ) )
|
||||
{
|
||||
System.err.println( "*** Warning, this build is outdated ***" );
|
||||
|
Loading…
Reference in New Issue
Block a user