mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Fix a rogue proc declaration
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
atom/proc/investigate_log(message, subject)
|
||||
/atom/proc/investigate_log(message, subject)
|
||||
if(!message || !subject)
|
||||
return
|
||||
var/F = file("[GLOB.log_directory]/[subject].html")
|
||||
@@ -18,4 +18,4 @@ atom/proc/investigate_log(message, subject)
|
||||
if(!fexists(F))
|
||||
to_chat(src, "<span class='danger'>No [subject] logfile was found.</span>")
|
||||
return
|
||||
src << browse(F,"window=investigate[subject];size=800x300")
|
||||
src << browse(F,"window=investigate[subject];size=800x300")
|
||||
|
||||
Reference in New Issue
Block a user