Skip to content

Commit

Permalink
Fixed berserk sound playing even when round doesn't support berserk
Browse files Browse the repository at this point in the history
  • Loading branch information
Carbrex committed Jan 18, 2024
1 parent 35704d3 commit 234e520
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/keyboardMove/src/plugins/keyboardMove.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export function initModule(opts: Opts) {
} else if (v.length > 0 && 'zerk'.startsWith(v.toLowerCase())) {
if ('zerk' === v.toLowerCase()) {
opts.ctrl.goBerserk();
console.log('go berserk');
clear();
}
} else if (v.length > 0 && 'who'.startsWith(v.toLowerCase())) {
Expand Down

0 comments on commit 234e520

Please sign in to comment.