Fixes the show attack log verb giving the prompt twice

This commit is contained in:
d3athrow
2013-09-14 23:14:14 -05:00
parent 1af223e38d
commit f0227fc885

View File

@@ -106,6 +106,5 @@
else
src << "<font color='red'>Error: view_atk_log(): File not found/Invalid path([path]).</font>"
return
usr << run( file(path) )
feedback_add_details("admin_verb","SSAL") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
return