]> git.lizzy.rs Git - hydra-dragonfire.git/commitdiff
Change version string to hydra-dragonfire
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 28 May 2022 13:44:04 +0000 (15:44 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 28 May 2022 13:44:04 +0000 (15:44 +0200)
auth.go

diff --git a/auth.go b/auth.go
index 3e9cb9b84ce9c70c9a2640c25166a450e39b7b5c..bc8d24e09bdab7c58e4186bd8a988fd95c76b543 100644 (file)
--- 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
        }