From ca71cb56f65cc4b0104448deefeb29c2b5730ab7 Mon Sep 17 00:00:00 2001 From: SuperMarioDaBom Date: Mon, 17 Jul 2023 12:11:50 -0700 Subject: [PATCH] Update authentication.go Set NEX version --- nex/authentication.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nex/authentication.go b/nex/authentication.go index c053c19..cb497d9 100644 --- a/nex/authentication.go +++ b/nex/authentication.go @@ -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)