temporarily comment out GL message building
the message generation was changed in MC 1.20.2 and needs to be changed. However for a release build it isn't necessary.
This commit is contained in:
@@ -269,6 +269,11 @@ public final class GLMessage
|
||||
*/
|
||||
public GLMessage add(String str)
|
||||
{
|
||||
// TODO fix implementation for MC 1.20.2 and newer
|
||||
// please see the incomplete GLMessageTest for an example as to how the message formats differ
|
||||
if (true)
|
||||
return null;
|
||||
|
||||
str = str.trim();
|
||||
if (str.isEmpty())
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user