More Progress on Rewrite
Continued fixing things across various classes to make them work with our new core classes. I've also cleaned up indentation and random code snippets along the way.
This commit is contained in:
@@ -126,7 +126,7 @@ public class PacketHandler implements IPacketHandler
|
||||
|
||||
}
|
||||
|
||||
public static void onClientJoinPacket(INetworkManager manager, HashMap<Integer, NewDimData> dimList)
|
||||
public static void sendClientJoinPacket(INetworkManager manager)
|
||||
{
|
||||
Collection<Integer> dimIDs= dimList.keySet();
|
||||
Collection<NewDimData> dimDataSet= dimList.values();
|
||||
|
||||
Reference in New Issue
Block a user