Skip to content

Commit ec31701

Browse files
committed
Fix bot crash drawn text
1 parent 0ab9de3 commit ec31701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/texts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export const mapGameEventToText = function (event) {
189189
let crashSpeed = event.botCrashDrawn.crashSpeed;
190190
let crashAngle = event.botCrashDrawn.crashAngle;
191191
let speedDiff = event.botCrashDrawn.speedDiff;
192-
let text = `Bot Blue ${event.botCrashDrawn.botBlue} and Yellow ${event.botCrashDrawn.botYellow} `;
192+
let text = `Bot Blue ${event.botCrashDrawn.botBlue} and Yellow ${event.botCrashDrawn.botYellow} crashed`;
193193
if (crashSpeed > 0) {
194194
text += ` with ${velocity(crashSpeed)}`
195195
}

0 commit comments

Comments
 (0)