Fix the side for the compatibility check. Should result in green ticks finally!
This commit is contained in:
parent
d932a23751
commit
c56fc3b490
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue