We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7271388 commit db57955Copy full SHA for db57955
internal/game/engine.go
@@ -1212,7 +1212,7 @@ func (e *Engine) loopBattle() {
1212
FormatGold(e.totalGold), winRate, e.battleWins, e.battleLosses)
1213
1214
e.SaveLastChatText()
1215
- e.sendCommand("/배틀 " + target.Username)
+ e.sendCommand("/배틀" + target.Username)
1216
// 배틀 결과는 상대 이름 포함 → filterMyMessages가 패배 결과를 제거할 수 있으므로 Raw 사용
1217
resultText := e.waitForResponseRaw(5 * time.Second)
1218
0 commit comments