mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 05:10:54 +01:00
* Update AccessReaderSystem.cs Fixes #40987 Related to PR #40883 Set DenyReason in CheckUserHasLockAccessEvent when access is denied to display "Access denied." popup to users. Uses ??= to avoid overriding reasons from possible systems. * RE-FIX: Localize default deny reason in LockSystem.HasUserAccess The default deny reason was being passed as a localization key string instead of being localized before display. * Re-added null coalescing operator Per maint request