kevinortegren / zombieshroom

Large game project
11 stars 2 forks source link

Sometimes abilities spawn on client but not on server. #145

Closed rarosu closed 10 years ago

rarosu commented 10 years ago

After this, the client can no longer activate the ability. It is likely that the server doesn't receive any activate ability messages (hence why it won't spawn it on the server) and won't respond with any CooldownOff message. This would explain the effect that the client can no longer activate that ability until they pick up a new one.

rarosu commented 10 years ago

Hopefully this should be fixed now when we are queuing all ability event messages. Please report and comment if this happens to you.