Skip to content

Commit

Permalink
mc link broken by 516 (#8074)
Browse files Browse the repository at this point in the history
title

:cl:
fix: mc buttons work in 516
/:cl:
  • Loading branch information
harryob authored Jan 12, 2025
1 parent b8c15ec commit 506555d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/statbrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ function draw_mc() {
if (part[2]) {
var a = document.createElement("a");
a.href =
"?_src_=vars;admin_token=" + href_token + ";Vars=" + part[2];
"byond://?_src_=vars;admin_token=" + href_token + ";Vars=" + part[2];
a.textContent = part[1];
td2.appendChild(a);
} else {
Expand Down

0 comments on commit 506555d

Please sign in to comment.