feat(scum): add local game player intelligence

This commit is contained in:
npc0-hue
2026-07-28 15:23:09 +08:00
parent c5806cc6b7
commit 73947edcee
26 changed files with 1209 additions and 65 deletions
+1
View File
@@ -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
}