mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 03:05:30 -04:00
Forgot to disable the fingerprint check while not signing the JAR...
This commit is contained in:
parent
a647faeafd
commit
757834d9b9
@ -26,8 +26,8 @@ object OpenComputers {
|
||||
|
||||
var tampered: Option[FMLFingerprintViolationEvent] = None
|
||||
|
||||
@EventHandler
|
||||
def invalidFingerprint(e: FMLFingerprintViolationEvent) = tampered = Some(e)
|
||||
// @EventHandler
|
||||
// def invalidFingerprint(e: FMLFingerprintViolationEvent) = tampered = Some(e)
|
||||
|
||||
@EventHandler
|
||||
def preInit(e: FMLPreInitializationEvent) = proxy.preInit(e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user