Commit b0e97b775611b526b17d16181edb2d2c399f7d0d
1 parent
88836e23
Update to released mappings
Showing
2 changed files
with
2 additions
and
2 deletions
gradle.properties
@@ -7,4 +7,4 @@ organization=LiteLoader | @@ -7,4 +7,4 @@ organization=LiteLoader | ||
7 | buildType=SNAPSHOT | 7 | buildType=SNAPSHOT |
8 | buildVersion=1.9.4 | 8 | buildVersion=1.9.4 |
9 | mcVersion=1.9.4 | 9 | mcVersion=1.9.4 |
10 | -mcMappings=snapshot_custom | ||
11 | \ No newline at end of file | 10 | \ No newline at end of file |
11 | +mcMappings=snapshot_20160517 | ||
12 | \ No newline at end of file | 12 | \ No newline at end of file |
src/main/java/com/mumfrey/liteloader/util/ChatUtilities.java
@@ -126,7 +126,7 @@ public abstract class ChatUtilities | @@ -126,7 +126,7 @@ public abstract class ChatUtilities | ||
126 | return component; | 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 | newComponent.appendSibling(oldSibling); | 131 | newComponent.appendSibling(oldSibling); |
132 | } | 132 | } |