Commit b0e97b775611b526b17d16181edb2d2c399f7d0d
1 parent
88836e23
Update to released mappings
Showing
2 changed files
with
2 additions
and
2 deletions
gradle.properties
src/main/java/com/mumfrey/liteloader/util/ChatUtilities.java
| ... | ... | @@ -126,7 +126,7 @@ public abstract class ChatUtilities |
| 126 | 126 | return component; |
| 127 | 127 | } |
| 128 | 128 | |
| 129 | - for (ITextComponent oldSibling : ChatUtilities.covertCodesInPlace((List<ITextComponent>)component.getSiblings())) | |
| 129 | + for (ITextComponent oldSibling : ChatUtilities.covertCodesInPlace(component.getSiblings())) | |
| 130 | 130 | { |
| 131 | 131 | newComponent.appendSibling(oldSibling); |
| 132 | 132 | } | ... | ... |