I noticed that in my game tm3_akuma would not appear in the arena menu.

When I checked the arena file I noticed a couple of issues. The longname entry was missing a space required for it to be read correctly. Which in turn causes the console to spit out an error message... Can't use keys or values with a '"'

Also, the match type entry was listed as "single tourney ffa" ...I think this should just be "tourney ffa" when I make this change the map does show up in the arena menu. Likewise, adding the required space in the longname entry makes the console error message go away.

So this is a small patch that corrects those issues with that one arena file.

- Whatscheiser.