Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 6f03cc1

Browse files
lol
1 parent 838aec5 commit 6f03cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/client/client_procs.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
11131113
/* //in case the window is "ready" but didn't load properly, we'll always give the button, subject to change.
11141114
if(stat_panel.is_ready())
11151115
return
1116-
to_chat(src, span_userdanger("Statpanel failed to load, click <a href='?src=[REF(src)];reload_statbrowser=1'>here</a> to reload the panel "))
1116+
to_chat(src, span_userdanger("Statpanel failed to load, click <a href='byond://?src=[REF(src)];reload_statbrowser=1'>here</a> to reload the panel "))
11171117
*/
11181118
to_chat(src, span_userdanger("If statpanel failed to load, click <a href='byond://?src=[REF(src)];reload_statbrowser=1'>here</a> to reload it."))
11191119

0 commit comments

Comments
 (0)