mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 05:52:43 +00:00
Removes some world<< statements
This commit is contained in:
@@ -1501,9 +1501,6 @@
|
|||||||
var/obj/pageobj = B.contents[page]
|
var/obj/pageobj = B.contents[page]
|
||||||
data += "<A href='?src=\ref[src];AdminFaxViewPage=[page];paper_bundle=\ref[B]'>Page [page] - [pageobj.name]</A><BR>"
|
data += "<A href='?src=\ref[src];AdminFaxViewPage=[page];paper_bundle=\ref[B]'>Page [page] - [pageobj.name]</A><BR>"
|
||||||
|
|
||||||
world << data
|
|
||||||
world << "usr = [usr]"
|
|
||||||
|
|
||||||
usr << browse(data, "window=[B.name]")
|
usr << browse(data, "window=[B.name]")
|
||||||
else
|
else
|
||||||
usr << "\red The faxed item is not viewable. This is probably a bug, and should be reported on the tracker: [fax.type]"
|
usr << "\red The faxed item is not viewable. This is probably a bug, and should be reported on the tracker: [fax.type]"
|
||||||
|
|||||||
Reference in New Issue
Block a user