feat(scum): add local game player intelligence
This commit is contained in:
@@ -78,6 +78,7 @@ func (svc *CoreService) ConfigureSecretEnvelopeKey(secret string) error {
|
||||
return validationError("PLATFORM_SECRET_ENVELOPE_KEY must be at least 32 characters")
|
||||
}
|
||||
svc.secretEnvelope = newSecretEnvelope(secret)
|
||||
svc.networkFingerprintKey = []byte(secret)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user