mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 16:13:49 +01:00
fixed incorrect arguments being sent to employment record computer (#17859)
This commit is contained in:
@@ -19,7 +19,7 @@ var/global/client_record_update_lock = FALSE
|
||||
if(!COM || QDELETED(COM))
|
||||
return "Invalid console"
|
||||
|
||||
if(jobban_isbanned(user, "Records") )
|
||||
if(jobban_isbanned(user, JOB_RECORDS) )
|
||||
COM.visible_message(span_notice("\The [COM] buzzes!"))
|
||||
playsound(COM, 'sound/machines/deniedbeep.ogg', 50, 0)
|
||||
return "Update syncronization denied (OOC: You are banned from editing records)"
|
||||
|
||||
Reference in New Issue
Block a user