diff options
| author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-05-31 18:10:27 +0200 |
|---|---|---|
| committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-05-31 18:10:27 +0200 |
| commit | ea4263290b2e7d82b29cc9809d98bf33528b1c61 (patch) | |
| tree | 74ae3a5c36f990ceeb272410413f0be2bcc40e07 /convert | |
| parent | fae336d1a2d613fd00640ed6ccbb9eb386086c82 (diff) | |
| download | hydra-dragonfire-ea4263290b2e7d82b29cc9809d98bf33528b1c61.tar.xz | |
Event system
Diffstat (limited to 'convert')
| -rw-r--r-- | convert/push_auto.go | 1 | ||||
| -rwxr-xr-x | convert/push_mkauto.lua | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/convert/push_auto.go b/convert/push_auto.go index beb30c2..bcd0948 100644 --- a/convert/push_auto.go +++ b/convert/push_auto.go @@ -408,7 +408,6 @@ func PushPkt(l *lua.LState, pkt *mt.Pkt) lua.LValue { return lua.LNil } tbl := l.NewTable() - l.SetField(tbl, "_type", PushPktType(pkt)) switch val := pkt.Cmd.(type) { case *mt.ToCltAcceptAuth: l.SetField(tbl, "map_seed", lua.LNumber(val.MapSeed)) diff --git a/convert/push_mkauto.lua b/convert/push_mkauto.lua index df13198..3e1f290 100755 --- a/convert/push_mkauto.lua +++ b/convert/push_mkauto.lua @@ -120,7 +120,6 @@ func PushPkt(l *lua.LState, pkt *mt.Pkt) lua.LValue { return lua.LNil } tbl := l.NewTable() - l.SetField(tbl, "_type", PushPktType(pkt)) switch val := pkt.Cmd.(type) { ]] .. pkt_impl .. [[ } |
