Fix a bug in isNotStationLevel() helper

This commit is contained in:
D Anzorge
2015-02-09 09:38:48 -05:00
parent ec1fe5edc7
commit 93f3b5b72a

View File

@@ -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