robocup-atan / atan

Robocup 2D Soccer Server Java Interface
MIT License
20 stars 6 forks source link

See goalie parser issue #26

Closed verbitan closed 10 years ago

verbitan commented 10 years ago

The parser doesn't correctly recognise goalies at the moment.

It's looking for:

(p "TeamName" 1 goalie)

It should be:

(p "TeamName" 1 g)
verbitan commented 10 years ago

Fixed a5c7a611083e23324e48308570dc628a7f645bf5