mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 05:52:43 +00:00
Merge branch 'master' into upstream-merge-13122
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
switch(type_to_use)
|
||||
if("string")
|
||||
accepting_refs = 0
|
||||
new_data = input(usr, "Now type in a string.","[src] string writing") as null|text
|
||||
new_data = tgui_input_text(usr, "Now type in a string.","[src] string writing")
|
||||
new_data = sanitizeSafe(new_data, MAX_MESSAGE_LEN, 0, 0)
|
||||
if(istext(new_data) && CanInteract(user, GLOB.tgui_physical_state))
|
||||
data_to_write = new_data
|
||||
|
||||
Reference in New Issue
Block a user