mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
Merge pull request #8095 from DeeUnderscore/isNotStationLevel-fix
Fix a bug in isNotStationLevel() helper
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
return level in config.station_levels
|
||||
|
||||
/proc/isNotStationLevel(var/level)
|
||||
return !isStationLevel()
|
||||
return !isStationLevel(level)
|
||||
|
||||
/proc/isPlayerLevel(var/level)
|
||||
return level in config.player_levels
|
||||
|
||||
Reference in New Issue
Block a user