Skip to content

Commit

Permalink
Update vote.dm (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 authored Aug 19, 2024
1 parent 7879916 commit d0a981d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/controllers/subsystem/vote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ SUBSYSTEM_DEF(vote)
else if(next_gamemode.blacklist_ground_maps) //can't blacklist and whitelist for the same map
if(VM.map_name in next_gamemode.blacklist_ground_maps)
continue
if(VM.map_name == SSmapping.configs[GROUND_MAP].map_name) // so the ground map changes guarantilly
continue
if(VM.config_max_users || VM.config_min_users)
var/players = length(GLOB.clients)
if(VM.config_max_users && players > VM.config_max_users)
Expand Down

0 comments on commit d0a981d

Please sign in to comment.