Merge pull request #1004 from GunfighterJ/master

Correct the shutdown message
This commit is contained in:
thinkofdeath 2014-04-26 19:48:03 +01:00
commit 6c9e6abc9f

View File

@ -359,7 +359,7 @@ public class BungeeCord extends ProxyServer
}
scheduler.shutdown();
getLogger().info( "Thankyou and goodbye" );
getLogger().info( "Thank you and goodbye" );
System.exit( 0 );
}
}.start();