mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Allows ghosts access to OOC manifest from lobby (#30454)
Co-authored-by: kanef <kanef9x@protonmail.com>
This commit is contained in:
@@ -277,7 +277,7 @@
|
||||
|
||||
var/dat
|
||||
dat += "<h4>Crew Manifest</h4>"
|
||||
dat += data_core.get_manifest()
|
||||
dat += data_core.get_manifest(OOC = 1)
|
||||
|
||||
src << browse(dat, "window=manifest;size=370x420;can_close=1")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user