This commit is contained in:
Contrabang
2025-06-11 18:05:54 +00:00
committed by GitHub
parent 0a6745cd82
commit a683db0128
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -121,4 +121,4 @@ GLOBAL_PROTECT(revision_info) // Dont mess with this
// And the clients for good measure
msg += "<b>Client (your) BYOND Version:</b> [byond_version].[byond_build]"
to_chat(usr, msg.Join("<br>"))
to_chat(usr, chat_box_examine(msg.Join("<br>")))