mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-23 05:02:29 +01:00
fix
This commit is contained in:
@@ -461,7 +461,7 @@
|
||||
if(marked_datum && istype(marked_datum, /atom))
|
||||
dat += "<A href='?src=[REF(src)];[HrefToken()];dupe_marked_datum=1'>Duplicate Marked Datum</A><br>"
|
||||
|
||||
usr << HTML_SKELETON(dat), "window=admin2;size=240x280")
|
||||
usr << browse(HTML_SKELETON(dat), "window=admin2;size=240x280")
|
||||
return
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////admins2.dm merge
|
||||
@@ -935,7 +935,7 @@
|
||||
<br/>The threshold at which "round-ender" rulesets will stack. A value higher than 100 ensure this never happens. <br/>
|
||||
"}
|
||||
|
||||
user << HTML_SKELETON(dat), "window=dyn_mode_options;size=900x650")
|
||||
user << browse(HTML_SKELETON(dat), "window=dyn_mode_options;size=900x650")
|
||||
|
||||
/datum/admins/proc/create_or_modify_area()
|
||||
set category = "Debug"
|
||||
|
||||
Reference in New Issue
Block a user