mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
[MIRROR] JSON Logging Refactor (#11623)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Selis
Kashargul
parent
272afa33c8
commit
5a62077f2c
@@ -268,7 +268,7 @@ you will have to do something like if(client.rights & R_ADMIN) yourself.
|
||||
var/client/C = usr.client
|
||||
if(!C)
|
||||
// CRASH("No client for HrefToken()!") //Chomp EDIT - this seems be to encountered and we don't want this to crash
|
||||
log_debug("Attempted to retrieve a HrefToken of an entity with no client.") //Chomp EDIT
|
||||
log_runtime("Attempted to retrieve a HrefToken of an entity with no client.") //Chomp EDIT
|
||||
return 0 //Chomp EDIT
|
||||
var/datum/admins/holder = C.holder
|
||||
if(holder)
|
||||
|
||||
Reference in New Issue
Block a user