mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Input Fixes
This commit is contained in:
@@ -62,7 +62,15 @@
|
||||
return TRUE
|
||||
switch(action)
|
||||
if("Edit")
|
||||
<<<<<<< refs/remotes/Upstream/master
|
||||
var/n = tgui_input_text(usr, "Please enter message", name, notehtml, multiline = TRUE)
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
var/n = input(usr, "Please enter message", name, notehtml) as message
|
||||
=======
|
||||
var/n = tgui_input_text(usr, "Please enter message", name, notehtml, multiline = TRUE, prevent_enter = TRUE)
|
||||
>>>>>>> 9f14866f07... Merge pull request #13135 from ItsSelis/tgui-input-framework-hotfix
|
||||
>>>>>>> Input Fixes
|
||||
if(pda.loc == usr)
|
||||
note = adminscrub(n)
|
||||
notehtml = html_decode(note)
|
||||
|
||||
Reference in New Issue
Block a user