istornz / iPokeGo

A native iOS client to map the Pokemon around you!
https://github.com/RocketMap/RocketMap
MIT License
642 stars 168 forks source link

Gym points 52000 #229

Closed foltincsaba closed 8 years ago

foltincsaba commented 8 years ago

Somehow there is a Gym on my map with 52000 points, and this causes the app to crash.

Rewriting the line to this fixes it: NSArray *gymLvl = @[@2000, @4000, @8000, @12000, @16000, @20000, @30000, @40000, @50000, @100000];

(sorry, I don't know how to commit)