Fix the side for the compatibility check. Should result in green ticks finally!

This commit is contained in:
Christian 2014-05-26 14:57:14 -04:00
parent d932a23751
commit c56fc3b490

View file

@ -716,7 +716,7 @@ public class FMLClientHandler implements IFMLSidedHandler
} }
Map<String,String> modListMap = modListBldr.build(); Map<String,String> modListMap = modListBldr.build();
serverDataTag.put(data, new ExtendedServerListData(type, FMLNetworkHandler.checkModList(modListMap, Side.CLIENT) == null, modListMap, !moddedClientAllowed)); serverDataTag.put(data, new ExtendedServerListData(type, FMLNetworkHandler.checkModList(modListMap, Side.SERVER) == null, modListMap, !moddedClientAllowed));
} }
else else
{ {