mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
Removes unnecessary and cruft procs from mob/inventory.dm
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
src.state = STATE_DEFAULT
|
||||
if("login")
|
||||
var/mob/M = usr
|
||||
var/obj/item/weapon/card/id/I = M.equipped()
|
||||
var/obj/item/weapon/card/id/I = M.get_active_hand()
|
||||
if (I && istype(I))
|
||||
if(src.check_access(I))
|
||||
authenticated = 1
|
||||
|
||||
Reference in New Issue
Block a user