Fixes map vote (#17740)

This commit is contained in:
AffectedArc07
2022-05-07 12:05:53 +01:00
committed by GitHub
parent c0a6432464
commit a388046df4
4 changed files with 11 additions and 5 deletions

View File

@@ -14,3 +14,5 @@
var/map_path
/// URL to the maps webmap
var/webmap_url
/// Is this map voteable?
var/voteable = TRUE

View File

@@ -2,3 +2,4 @@
fluff_name = "test_tiny"
technical_name = "test_tiny"
map_path = "_maps/map_files/test_tiny/test_tiny.dmm"
voteable = FALSE