Fix forge support with new protocol - closes #407
This commit is contained in:
parent
3ba52cb98b
commit
388d2620db
@ -10,6 +10,11 @@ import lombok.ToString;
|
|||||||
public class Forge1Login extends Packet1Login
|
public class Forge1Login extends Packet1Login
|
||||||
{
|
{
|
||||||
|
|
||||||
|
private Forge1Login()
|
||||||
|
{
|
||||||
|
super();
|
||||||
|
}
|
||||||
|
|
||||||
public Forge1Login(int entityId, String levelType, byte gameMode, int dimension, byte difficulty, byte unused, byte maxPlayers)
|
public Forge1Login(int entityId, String levelType, byte gameMode, int dimension, byte difficulty, byte unused, byte maxPlayers)
|
||||||
{
|
{
|
||||||
super( entityId, levelType, gameMode, dimension, difficulty, unused, maxPlayers );
|
super( entityId, levelType, gameMode, dimension, difficulty, unused, maxPlayers );
|
||||||
|
Loading…
Reference in New Issue
Block a user