Skip to content

Commit

Permalink
🐞 fix: Variable not displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
DNA-styx committed Dec 6, 2024
1 parent 59a1fad commit a1fc395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/pages/ingame/mapinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
),
new TableColumn(
'frags',
'Kills on $map',
'Kills on ' . $map,
'width=15&align=right'
),
new TableColumn(
Expand Down

0 comments on commit a1fc395

Please sign in to comment.