Commit b0e97b775611b526b17d16181edb2d2c399f7d0d

Authored by Mumfrey
1 parent 88836e23

Update to released mappings

gradle.properties
... ... @@ -7,4 +7,4 @@ organization=LiteLoader
7 7 buildType=SNAPSHOT
8 8 buildVersion=1.9.4
9 9 mcVersion=1.9.4
10   -mcMappings=snapshot_custom
11 10 \ No newline at end of file
  11 +mcMappings=snapshot_20160517
12 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 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 }
... ...