mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
bang (#29567)
This commit is contained in:
@@ -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>")))
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
return
|
||||
|
||||
if(choice == "PC")
|
||||
to_chat(src, json_data)
|
||||
to_chat(src, chat_box_examine(json_data))
|
||||
|
||||
if(choice == "Server")
|
||||
// Right, get their slot names
|
||||
|
||||
Reference in New Issue
Block a user