diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-06-09 01:01:15 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-06-09 01:01:15 +0200 |
commit | ca05a63f2d249620272af55885d2799779857ce9 (patch) | |
tree | acdc3c5092c9d6f7258bac709b47bebc008b58f0 /comp_pkts.go | |
parent | 1a8a4ac3dc8b9c3167e18192269d8609f6e7799e (diff) | |
download | hydra-dragonfire-ca05a63f2d249620272af55885d2799779857ce9.tar.xz |
Fix deadlock on auth fail
Diffstat (limited to 'comp_pkts.go')
-rw-r--r-- | comp_pkts.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comp_pkts.go b/comp_pkts.go index f135e6b..7fc7e83 100644 --- a/comp_pkts.go +++ b/comp_pkts.go @@ -1,8 +1,8 @@ package main import ( - "github.com/dragonfireclient/mt" "github.com/dragonfireclient/hydra-dragonfire/convert" + "github.com/dragonfireclient/mt" "github.com/yuin/gopher-lua" "sync" ) |