Skip to content

Commit

Permalink
Updated NEX version from 3.5->3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbarrow committed Apr 8, 2023
1 parent a3b0df0 commit 4c8df91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nex/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ func StartNEXServer() {
globals.NEXServer.SetPRUDPProtocolMinorVersion(2)
globals.NEXServer.SetDefaultNEXVersion(&nex.NEXVersion{
Major: 3,
Minor: 5,
Minor: 4,
Patch: 0,
})
globals.NEXServer.SetKerberosPassword(os.Getenv("KERBEROS_PASSWORD"))
globals.NEXServer.SetAccessKey("86a89872")
Expand Down

0 comments on commit 4c8df91

Please sign in to comment.