fix
This commit is contained in:
parent
7d9a369a66
commit
fb86db548e
2
bot.go
2
bot.go
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user