bipvanwinkle / Catan-Client

0 stars 0 forks source link

Handle finishing the turn after robbing none differently #96

Open anyaeats160carrots opened 9 years ago

anyaeats160carrots commented 9 years ago

Right now it's coded into the view and calls the robPlayer with -1 as victim index. It does what is intended moves the robber and finishes the turn, but the design is bad and I think i throws an exception.

bipvanwinkle commented 9 years ago

The view throws an exception?

anyaeats160carrots commented 9 years ago

I did not look into it carefully, but I saw a bunch of "invalid player index" exceptions in the console. Maybe my latest fix for another bug fixed this one, but I'm not sure yet. I'm trying to deal with google group bugs first.

Seiji42 commented 9 years ago

Sorry, I did the exception throwing thing.