Maksim Bauffal

Results 9 comments of Maksim Bauffal

I understood that it is not your plugin problem (about kicks). But I got the problem that when player is reconnecting frequently he can somehow lose his inventory. All items...

`На сервере запущена 'MobHunting 6.8.9'.`

Hi! I believe that you should consider updating this part of docs, because `@todos` in these docs is somehow confusing. You can at least write that this feature is implemented....

Yes I am sure. Look ([code from InventoryInstance](https://github.com/ashblue/unity-elastic-inventory/blob/develop/Assets/com.fluid.elastic-inventory/Runtime/Inventory/InventoryInstance.cs#L99)): ``` public void RemoveEntry (string entryId, int quantity = 1) { var entry = _idToEntry[entryId]; // Leave the implementation up to the...

Imagine Inventory A has 3 sticks, none unique, it's just one entry We get this entry and call `RemoveEntry` with quantity 3. Now we have entry of sticks with quantity...