mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-14 17:53:09 +01:00
Undoes unnecesary Copy()
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user