mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 20:52:41 +00:00
Fix a bug in isNotStationLevel() helper
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
return level in config.station_levels
|
return level in config.station_levels
|
||||||
|
|
||||||
/proc/isNotStationLevel(var/level)
|
/proc/isNotStationLevel(var/level)
|
||||||
return !isStationLevel()
|
return !isStationLevel(level)
|
||||||
|
|
||||||
/proc/isPlayerLevel(var/level)
|
/proc/isPlayerLevel(var/level)
|
||||||
return level in config.player_levels
|
return level in config.player_levels
|
||||||
|
|||||||
Reference in New Issue
Block a user