mirror of
https://github.com/PretendoNetwork/friends.git
synced 2026-04-26 07:46:54 -05:00
Update authentication.go
Set NEX version
This commit is contained in:
parent
6eedca01d5
commit
ca71cb56f6
|
|
@ -16,7 +16,7 @@ func StartAuthenticationServer() {
|
||||||
globals.AuthenticationServer.SetPRUDPProtocolMinorVersion(0) // TODO: Figure out what to put here
|
globals.AuthenticationServer.SetPRUDPProtocolMinorVersion(0) // TODO: Figure out what to put here
|
||||||
globals.AuthenticationServer.SetDefaultNEXVersion(&nex.NEXVersion{
|
globals.AuthenticationServer.SetDefaultNEXVersion(&nex.NEXVersion{
|
||||||
Major: 1,
|
Major: 1,
|
||||||
Minor: 0, // TODO: Figure out what to put here
|
Minor: 1,
|
||||||
Patch: 0,
|
Patch: 0,
|
||||||
})
|
})
|
||||||
globals.AuthenticationServer.SetKerberosKeySize(16)
|
globals.AuthenticationServer.SetKerberosKeySize(16)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user