Logging for AntagHUD and DNR (#16293)

* AntagHUD Logging

* Readability

* Persistent logging

Surprised that `create_log()` isn't doing this already.
This commit is contained in:
SabreML
2021-07-09 11:16:06 +01:00
committed by GitHub
parent e7cf6d9f38
commit 5270cd53a9
2 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ proc/admin_proc()
NOTE: it checks usr! not src! So if you're checking somebody's rank in a proc which they did not call
you will have to do something like if(client.holder.rights & R_ADMIN) yourself.
*/
/proc/check_rights(rights_required, show_msg=1, mob/user = usr)
/proc/check_rights(rights_required, show_msg = TRUE, mob/user = usr)
if(user && user.client)
if(rights_required)
if(user.client.holder)