mediate discord handling

This commit is contained in:
wish
2022-07-22 12:59:01 +10:00
parent 1f4c2e8708
commit 80ac6dafaa

View File

@@ -169,7 +169,7 @@ func debug(s *Server) string {
list += fmt.Sprintf(" '-> isQuest: %s\n", isQuest)
if stage.isQuest() {
if stage.hasDeparted {
if len(stage.clients) > 0 {
hasDeparted = "true"
}