Merge pull request #1004 from GunfighterJ/master
Correct the shutdown message
This commit is contained in:
commit
6c9e6abc9f
@ -359,7 +359,7 @@ public class BungeeCord extends ProxyServer
|
|||||||
}
|
}
|
||||||
|
|
||||||
scheduler.shutdown();
|
scheduler.shutdown();
|
||||||
getLogger().info( "Thankyou and goodbye" );
|
getLogger().info( "Thank you and goodbye" );
|
||||||
System.exit( 0 );
|
System.exit( 0 );
|
||||||
}
|
}
|
||||||
}.start();
|
}.start();
|
||||||
|
Loading…
Reference in New Issue
Block a user