Fix forge support with new protocol - closes #407

This commit is contained in:
md_5 2013-06-01 12:55:02 +10:00
parent 3ba52cb98b
commit 388d2620db

View File

@ -10,6 +10,11 @@ import lombok.ToString;
public class Forge1Login extends Packet1Login
{
private Forge1Login()
{
super();
}
public Forge1Login(int entityId, String levelType, byte gameMode, int dimension, byte difficulty, byte unused, byte maxPlayers)
{
super( entityId, levelType, gameMode, dimension, difficulty, unused, maxPlayers );