[#637] - Fix resource bundle resolution
This commit is contained in:
parent
79d04bec2e
commit
73ce828e6e
@ -82,7 +82,7 @@ public class BungeeCord extends ProxyServer
|
|||||||
/**
|
/**
|
||||||
* Localization bundle.
|
* Localization bundle.
|
||||||
*/
|
*/
|
||||||
public final ResourceBundle bundle = ResourceBundle.getBundle( "messages_en" );
|
public final ResourceBundle bundle = ResourceBundle.getBundle( "messages" );
|
||||||
public final MultithreadEventLoopGroup eventLoops = new NioEventLoopGroup( 0, new ThreadFactoryBuilder().setNameFormat( "Netty IO Thread #%1$d" ).build() );
|
public final MultithreadEventLoopGroup eventLoops = new NioEventLoopGroup( 0, new ThreadFactoryBuilder().setNameFormat( "Netty IO Thread #%1$d" ).build() );
|
||||||
/**
|
/**
|
||||||
* locations.yml save thread.
|
* locations.yml save thread.
|
||||||
|
Loading…
Reference in New Issue
Block a user