Fix dimension switching (at cost of breaking immersive portals)
This commit is contained in:
@@ -47,7 +47,7 @@ public abstract class NettyMessage implements INetworkObject
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return this.toString("");
|
||||
return this.toString(" ");
|
||||
}
|
||||
|
||||
protected String toString(@Nullable String extraData)
|
||||
@@ -55,5 +55,4 @@ public abstract class NettyMessage implements INetworkObject
|
||||
return this.getClass().getSimpleName() + "{" + extraData + '}';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user