Fix a rogue proc declaration

This commit is contained in:
Cyberboss
2017-05-08 10:12:00 -04:00
committed by GitHub
parent af36c9e7c9
commit 79a0f7ea38
+2 -2
View File
@@ -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")