Skip to content
Snippets Groups Projects
Commit ee443da3 authored by Pregmodder's avatar Pregmodder
Browse files

market.

parent ae3474a1
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ $pitNameCaps is clean and ready,
<<set $pit = 0>>
<<for _i = 0; _i < $sectors.length; _i++>>
<<if $sectors[_i].type == "Pit">>
<<set $sectors[_i].type = "Market">><<break>>
<<set $sectors[_i].type = "Markets">><<break>>
<</if>>
<</for>>
<<goto "Main">>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment