diff options
author | Edzell <derz@elidragon.com> | 2022-04-20 21:48:33 +0200 |
---|---|---|
committer | Edzell <derz@elidragon.com> | 2022-04-20 21:48:33 +0200 |
commit | e22d5ad40c90a383e26a21bd1aa01807d2a97393 (patch) | |
tree | 1f5b62680d6dfbc3c392218d2aaa3958a79695fe /process.go | |
parent | d774cb2c781a7acdb87e5f65ad57c633e73707ad (diff) |
fallback if server shuts down
Diffstat (limited to 'process.go')
-rw-r--r-- | process.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -537,7 +537,7 @@ func (sc *ServerConn) process(pkt mt.Pkt) { return case *mt.ToCltKick: - // if Shutdown or Crash + // if Shutdown if cmd.Reason == 11 { clt.SendChatMsg("[ERROR] ", cmd.String()) clt.Hop(Conf().Servers[0].Name) |