Fix Create Object/Turf/Mob all having the same title (#32747)
This commit is contained in:
committed by
CitadelStationBot
parent
286442cf4a
commit
5abfb077bd
@@ -4,6 +4,7 @@
|
||||
var/turfjs = null
|
||||
turfjs = jointext(typesof(/turf), ";")
|
||||
create_turf_html = file2text('html/create_object.html')
|
||||
create_turf_html = replacetext(create_turf_html, "Create Object", "Create Turf")
|
||||
create_turf_html = replacetext(create_turf_html, "null /* object types */", "\"[turfjs]\"")
|
||||
|
||||
user << browse(create_panel_helper(create_turf_html), "window=create_turf;size=425x475")
|
||||
|
||||
Reference in New Issue
Block a user