mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
Ok, actually, good catch on that one Travis.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
return 1
|
||||
|
||||
get_access()
|
||||
var/access = get_all_access()
|
||||
var/access = get_all_accesses()
|
||||
return access
|
||||
|
||||
/datum/job/centcom_visitor //For Pleasure
|
||||
@@ -79,7 +79,7 @@
|
||||
return 1
|
||||
|
||||
get_access()
|
||||
var/access = get_all_access()
|
||||
var/access = get_all_accesses()
|
||||
return access
|
||||
|
||||
/datum/job/clown
|
||||
|
||||
Reference in New Issue
Block a user