mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user