Ability to disable outdated message
This commit is contained in:
parent
94ee61cd35
commit
d7e78d0945
@ -45,7 +45,7 @@ public class Bootstrap
|
||||
return;
|
||||
}
|
||||
|
||||
if ( BungeeCord.class.getPackage().getSpecificationVersion() != null )
|
||||
if ( BungeeCord.class.getPackage().getSpecificationVersion() != null && System.getProperty( "IReallyKnowWhatIAmDoingISwear" ) == null )
|
||||
{
|
||||
Calendar deadline = Calendar.getInstance();
|
||||
deadline.add( Calendar.WEEK_OF_YEAR, 2 );
|
||||
|
Loading…
Reference in New Issue
Block a user