WC: Fix missing commas
This commit is contained in:
parent
782c176744
commit
315cebf0d9
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@ function wc_ii_generate_scenario(nplayers, gen_args)
|
|||
wc2_host_version = "0.8.2"
|
||||
},
|
||||
side = {},
|
||||
id = "WC_II_" .. nplayers .. "p"
|
||||
next_scenario = "WC_II_" .. nplayers .. "p"
|
||||
id = "WC_II_" .. nplayers .. "p",
|
||||
next_scenario = "WC_II_" .. nplayers .. "p",
|
||||
description = "WC_II_" .. nplayers .. "p_desc",
|
||||
modify_placing = false,
|
||||
-- does this work
|
||||
|
|
Loading…
Add table
Reference in a new issue