Undoes unnecesary Copy()

This commit is contained in:
Heroman
2019-08-28 19:03:01 +10:00
parent daadfd6a72
commit c1ec00ef62
@@ -12,7 +12,7 @@
/obj/item/weapon/card/id/syndicate/station_access/Initialize()
. = ..() // Same as the normal Syndicate id, only already has all station access
access |= get_all_station_access().Copy()
access |= get_all_station_access()
/obj/item/weapon/card/id/syndicate/Destroy()
unset_registered_user(registered_user)