Skip to content

Commit

Permalink
Update minimap.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanger authored Jun 1, 2024
1 parent 8a5b5ce commit abb6fe8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions client/src/scripts/rendering/minimap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -584,12 +584,7 @@ export class Minimap {
$("#btn-close-minimap").show();
$("#ui-kill-leader").hide();
$("#center-bottom-container").hide();

// ----------------------
// Bug Fix
// ----------------------
$("#kill-feed").hide();
// ----------------------

$("#kill-counter").show();
this.resize();
Expand All @@ -601,12 +596,7 @@ export class Minimap {
$("#center-bottom-container").show();
$("#gas-msg-info").show();
$("#scopes-container").show();

// ----------------------
// Bug Fix
// ----------------------
$("#kill-feed").show();
// ----------------------

if (this.game.spectating) $("#spectating-container").show();
const width = $(window).width();
Expand Down

0 comments on commit abb6fe8

Please sign in to comment.