From 3b83e0251a413d885c21ca7b238ba19b420d71b7 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sat, 28 May 2022 15:44:04 +0200 Subject: [PATCH] Change version string to hydra-dragonfire --- auth.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/auth.go b/auth.go index 3e9cb9b..bc8d24e 100644 --- a/auth.go +++ b/auth.go @@ -180,8 +180,7 @@ func (auth *Auth) handle(pkt *mt.Pkt, l *lua.State, idx int) { Patch: 0, Reserved: 0, Formspec: 4, - // Version: "hydra-dragonfire", - Version: "astolfo", + Version: "hydra-dragonfire", }) auth.state = asActive } -- 2.44.0