mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2025-07-18 06:50:17 +02:00
Renamed method
This commit is contained in:
parent
d170bcbee2
commit
511ce43ada
@ -272,7 +272,7 @@ public class ClientConnection extends ChannelInboundHandlerAdapter {
|
||||
return true;
|
||||
}
|
||||
|
||||
public static void preInitPackets(LimboServer server) {
|
||||
public static void initPackets(LimboServer server) {
|
||||
final String username = server.getConfig().getPingData().getVersion();
|
||||
final UUID uuid = UuidUtil.getOfflineModeUuid(username);
|
||||
|
||||
|
@ -56,7 +56,7 @@ public final class LimboServer {
|
||||
dimensionRegistry.load(this, config.getDimensionType());
|
||||
connections = new Connections();
|
||||
|
||||
ClientConnection.preInitPackets(this);
|
||||
ClientConnection.initPackets(this);
|
||||
|
||||
startBootstrap();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user