diff options
-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) |