Merge pull request #8095 from DeeUnderscore/isNotStationLevel-fix

Fix a bug in isNotStationLevel() helper
This commit is contained in:
PsiOmegaDelta
2015-02-09 15:53:06 +01:00
+1 -1
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