doctorspoof / SpaceShooter

1 stars 0 forks source link

Items can be cloned on the CShip #8

Closed MrPeteypoo closed 10 years ago

MrPeteypoo commented 10 years ago

If two players click an item at the same time on the CShip they can both obtain a copy, thus duplicating the item.

doctorspoof commented 10 years ago

Caused by simutaneous removal request by two players. When client requests an item, server should return with an authentication step

MrPeteypoo commented 10 years ago

Should be fixed as of https://github.com/doctorspoof/SpaceShooter/commit/63cfe3abb3b8055270c6779898060624d0ef9481. Needs specific group testing.

Gunshin commented 10 years ago

Confirmed fixed.