mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-02-04 09:15:08 +01:00
mediate discord handling
This commit is contained in:
@@ -206,7 +206,7 @@ func questlist(s *Server) string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
hasDeparted := ""
|
hasDeparted := ""
|
||||||
if stage.hasDeparted {
|
if len(stage.clients) > 0 {
|
||||||
hasDeparted = " - departed"
|
hasDeparted = " - departed"
|
||||||
}
|
}
|
||||||
list += fmt.Sprintf(" '-> StageId: %s (%d/%d) %s - %s\n", stage.id, len(stage.reservedClientSlots), stage.maxPlayers, hasDeparted, stage.createdAt)
|
list += fmt.Sprintf(" '-> StageId: %s (%d/%d) %s - %s\n", stage.id, len(stage.reservedClientSlots), stage.maxPlayers, hasDeparted, stage.createdAt)
|
||||||
|
|||||||
Reference in New Issue
Block a user