diff --git a/src/uncategorized/pit.tw b/src/uncategorized/pit.tw index 4ae0459d3884a7fa72136c1f856edf4f51640c45..f77c935a2ec1c3e90d642f99a38dd3f4d89c8edb 100644 --- a/src/uncategorized/pit.tw +++ b/src/uncategorized/pit.tw @@ -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">>