mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Update 01_basic.dm
This commit is contained in:
@@ -140,13 +140,7 @@
|
|||||||
return TOPIC_REFRESH
|
return TOPIC_REFRESH
|
||||||
|
|
||||||
else if(href_list["metadata"])
|
else if(href_list["metadata"])
|
||||||
<<<<<<< HEAD
|
|
||||||
var/new_metadata = sanitize(input(user, "Enter any information you'd like others to see, such as Roleplay-preferences:", "Game Preference" , html_decode(pref.metadata)) as message, MAX_RECORD_LENGTH, extra = 0) //VOREStation Edit
|
|
||||||
||||||| parent of 18962f7a77... Merge pull request #10719 from VOREStation/upstream-merge-8150
|
|
||||||
var/new_metadata = sanitize(input(user, "Enter any information you'd like others to see, such as Roleplay-preferences:", "Game Preference" , html_decode(pref.metadata)) as message, extra = 0) //VOREStation Edit
|
|
||||||
=======
|
|
||||||
var/new_metadata = sanitize(input(user, "Enter any information you'd like others to see, such as Roleplay-preferences:", "Game Preference" , html_decode(pref.metadata)) as message|null, extra = 0) //VOREStation Edit
|
var/new_metadata = sanitize(input(user, "Enter any information you'd like others to see, such as Roleplay-preferences:", "Game Preference" , html_decode(pref.metadata)) as message|null, extra = 0) //VOREStation Edit
|
||||||
>>>>>>> 18962f7a77... Merge pull request #10719 from VOREStation/upstream-merge-8150
|
|
||||||
if(new_metadata && CanUseTopic(user))
|
if(new_metadata && CanUseTopic(user))
|
||||||
pref.metadata = new_metadata
|
pref.metadata = new_metadata
|
||||||
return TOPIC_REFRESH
|
return TOPIC_REFRESH
|
||||||
|
|||||||
Reference in New Issue
Block a user