This commit is contained in:
shoopea 2020-06-22 11:15:43 +02:00
parent 314570a11e
commit f88215c36a

2
bot.go
View File

@ -48,6 +48,8 @@ func botUnpause(m *tb.Message) {
_, err := conn.Write(px.Bytes())
logErrorDebug(err, "botUnpause : conn.Write")
sendChat(-436055948, "Game unpaused.")
} else if len(clients) == 1 {
sendChat(-436055948, "No players, cannot unpause.")
} else {
sendChat(-436055948, "Game already unpaused.")
}