mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
fix voting (#30048)
This commit is contained in:
@@ -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]")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user