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:
James Seibel
2023-10-18 22:04:24 -05:00
parent b0ad8fa637
commit 8eb4afef68
@@ -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;