This commit is contained in:
shoopea 2020-06-22 11:09:38 +02:00
parent 7d9a369a66
commit fb86db548e

2
bot.go
View File

@ -34,7 +34,7 @@ func botPause(m *tb.Message) {
func botUnpause(m *tb.Message) {
forcePaused = false
if pause && len(clients) > 1 {
if paused && len(clients) > 1 {
paused = false
px := PacketAdminRCon{
Packet: Packet{PType: AdminPacketAdminRCon},