diff options
Diffstat (limited to 'auth.go')
-rw-r--r-- | auth.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 } |