Replaced direct FMLLog usage with LogHelper
This commit is contained in:
parent
387d4287de
commit
3945a961ef
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ public class Core {
|
|||
|
||||
@Mod.EventHandler
|
||||
public void onFingerprintViolation(FMLFingerprintViolationEvent event) {
|
||||
FMLLog.warning("Invalid fingerprint detected for TechReborn!");
|
||||
logHelper.warn("Invalid fingerprint detected for TechReborn!");
|
||||
RebornCore.proxy.invalidFingerprints.add("Invalid fingerprint detected for TechReborn!");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue