LeonHartley / Comet-Java

Habbo emulator written in Java.
Other
4 stars 4 forks source link

(Cache???) look issue #67

Closed DeletedAccount56456 closed 7 years ago

DeletedAccount56456 commented 7 years ago

When someone changes his look and relogs immediately, his old look gets rolebacked.

LeonHartley commented 7 years ago

Do you have the player storage queue enabled? I'm thinking there should be a layer between the storage queues and the DAO so if there's a player object queued to be saved, we can load it from there instead of loading it from the database again.

This would improve performance and also stop collisions like this from happening.

DeletedAccount56456 commented 7 years ago

Yeah, player storage queue is enabled. There was also an issue with the currency that suddenly also rolebacks when you relogged. But both looks fixed after removing the second language.

//Closed till it happens again!