BYUCS340 / Catan

Settlers of Catan Implementation for BYU CS340-MJGC group
http://byucs340.github.io/
3 stars 0 forks source link

Resource Bar isn't updating properly #61

Closed tunadude09 closed 8 years ago

tunadude09 commented 8 years ago

After accepting a trade, the resources are updated server side then refresh from server is called on the game model proxy. The model updates eventually but the resource bar never updates until you restart the client or you go to your next turn. John thinks it might be a Bank problem? Hard to say

matthewfcarlson commented 8 years ago

It does update when you play a road so I'll look into why.

matthewfcarlson commented 8 years ago

Alright I put better checking in for when resources update. We should do better testing and see if it fixes it.