mirror of
https://github.com/PretendoNetwork/friends.git
synced 2026-03-21 18:04:11 -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.SetDefaultNEXVersion(&nex.NEXVersion{
|
||||
Major: 1,
|
||||
Minor: 0, // TODO: Figure out what to put here
|
||||
Minor: 1,
|
||||
Patch: 0,
|
||||
})
|
||||
globals.AuthenticationServer.SetKerberosKeySize(16)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user