@FingerprintWarning
public void fingerprintWarning(FMLFingerprintViolationEvent event) {
Proxies.log.warning("Fingerprint of the mod jar is invalid. The jar file was tampered with. This is not good.");
//FMLInterModComms.sendMessage("Forestry", "securityViolation", "Fingerprint of jar file did not match.");
FMLInterModComms.sendMessage("Railcraft", "securityViolation", "Fingerprint of jar file did not match.");
FMLInterModComms.sendMessage("Thaumcraft", "securityViolation", "Fingerprint of jar file did not match.");
FMLInterModComms.sendMessage("IC2", "securityViolation", "Fingerprint of jar file did not match.");
}
Forestry.java 文件源码
java
阅读 24
收藏 0
点赞 0
评论 0
项目:ForestryLegacy
作者:
评论列表
文章目录