This commit is contained in:
shoopea
2025-12-14 13:41:40 +01:00
parent c210acb1ac
commit 47c6579b74
2 changed files with 5 additions and 5 deletions

2
bot.go
View File

@@ -680,7 +680,7 @@ func botSaveGame(m *tb.Message) {
px := PacketAdminRCon{
Packet: Packet{PType: AdminPacketAdminRCon},
Command: fmt.Sprintf("save %d", r.ReplaceAllString(m.Text, "${Number}")),
Command: fmt.Sprintf("save %s", r.ReplaceAllString(m.Text, "${Number}")),
}
srv.Send(px.Bytes())