mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
fixed several linter warnings (#26977)
This commit is contained in:
@@ -1377,7 +1377,7 @@ client/proc/check_convertables()
|
||||
set name = "Start line profiling"
|
||||
set desc = "Starts tracking line by line profiling for code lines that support it"
|
||||
|
||||
PROFILE_START
|
||||
LINE_PROFILE_START
|
||||
|
||||
message_admins("<span class='adminnotice'>[key_name_admin(src)] started line by line profiling.</span>")
|
||||
feedback_add_details("admin_verb","Start line profiling")
|
||||
@@ -1388,7 +1388,7 @@ client/proc/check_convertables()
|
||||
set name = "Stop line profiling"
|
||||
set desc = "Stops tracking line by line profiling for code lines that support it"
|
||||
|
||||
PROFILE_STOP
|
||||
LINE_PROFILE_STOP
|
||||
|
||||
message_admins("<span class='adminnotice'>[key_name_admin(src)] stopped line by line profiling.</span>")
|
||||
feedback_add_details("admin_verb","Stop line profiling")
|
||||
|
||||
Reference in New Issue
Block a user