Update authentication.go

Set NEX version
This commit is contained in:
SuperMarioDaBom 2023-07-17 12:11:50 -07:00 committed by GitHub
parent 6eedca01d5
commit ca71cb56f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ func StartAuthenticationServer() {
globals.AuthenticationServer.SetPRUDPProtocolMinorVersion(0) // TODO: Figure out what to put here
globals.AuthenticationServer.SetDefaultNEXVersion(&nex.NEXVersion{
Major: 1,
Minor: 0, // TODO: Figure out what to put here
Minor: 1,
Patch: 0,
})
globals.AuthenticationServer.SetKerberosKeySize(16)