Skip to content
Failed

Changes

Summary

  1. Remove an optimization for simple components. Removes a workaround (commit: aaddc9f) (details)
Commit aaddc9fcfdcada8d19ab115f2dcc8aed413a9206 by Thinkofdeath (Thinkofdeath)
Remove an optimization for simple components. Removes a workaround needed for 1.9

Previously we could optimize components with only a text value to a string
instead of a full object but with 1.9 we can no longer do this for every case.
The size reduction from this optimization was small anyway.
(commit: aaddc9f)
The file was modifiedchat/src/main/java/net/md_5/bungee/chat/TextComponentSerializer.java (diff)
The file was modifiedchat/src/main/java/net/md_5/bungee/chat/ComponentSerializer.java (diff)