mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
fixes problems
This commit is contained in:
@@ -177,6 +177,7 @@ var/global/list/obj/machinery/message_server/message_servers = list()
|
||||
|
||||
/datum/feedback_variable/proc/add_details(var/text)
|
||||
if (istext(text))
|
||||
text = replacetext(text, " ", "_")
|
||||
if (!details)
|
||||
details = text
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user