mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fixes the show attack log verb giving the prompt twice
This commit is contained in:
@@ -106,6 +106,5 @@
|
|||||||
else
|
else
|
||||||
src << "<font color='red'>Error: view_atk_log(): File not found/Invalid path([path]).</font>"
|
src << "<font color='red'>Error: view_atk_log(): File not found/Invalid path([path]).</font>"
|
||||||
return
|
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!
|
feedback_add_details("admin_verb","SSAL") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user