fixed maps not having the .map ending
(wrong reference, the files had the .map ending)
This commit is contained in:
parent
621c032f30
commit
1bbee32163
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
[multiplayer]
|
||||
id=multiplayer_Xanthe_Chaos
|
||||
name= _ "4p - Xanthe Chaos"
|
||||
map_data="{maps/multiplayer/4p_Xanthe_Chaos}"
|
||||
map_data="{maps/multiplayer/4p_Xanthe_Chaos.map}"
|
||||
description= _ "A 24X28 2 vs. 2 map with auxiliary keeps, and a large messy battle in the center common."
|
||||
|
||||
{DEFAULT_SCHEDULE}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[multiplayer]
|
||||
id=multiplayer_Auction-X
|
||||
name= _ "5p - Auction-X"
|
||||
map_data="{maps/multiplayer/5p_Auction-X}"
|
||||
map_data="{maps/multiplayer/5p_Auction-X.map}"
|
||||
description= _ "4 players surround a central keep, play vs the AI survival style, or as a FFA or 4 vs. 1. The center player will need more gold in a 4 vs. 1 or FFA, and the best way to determine how much is an auction, LOWEST bid wins. It is a very small map so 75 gold is recommended for the other players."
|
||||
|
||||
{DEFAULT_SCHEDULE}
|
||||
|
|
Loading…
Add table
Reference in a new issue