fixed several linter warnings (#26977)

This commit is contained in:
DamianX
2020-06-30 21:13:50 +02:00
committed by GitHub
parent 6c2410e4db
commit b5f52ccb4b
11 changed files with 15 additions and 29 deletions

View File

@@ -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")