fix voting (#30048)

This commit is contained in:
DamianX
2021-07-20 19:04:36 +02:00
committed by GitHub
parent cd54aaa64c
commit d7998d9782

View File

@@ -233,7 +233,7 @@ var/global/datum/controller/vote/vote = new()
if("map")
if(.)
chosen_map = "maps/voting/" + ismapvote[.] + "/vgstation13.dmb"
watchdog.chosen_map = .
watchdog.chosen_map = ismapvote[.]
log_game("Players voted and chose.... [watchdog.chosen_map]!")
//testing("Vote picked [chosen_map]")