alpapaydin / Godot4-Multiplayer-Survivor-IO-Game

A server authoritative multiplayer game that is inspired by browser-based Survivor.io games, optimized to run with HTML5 Web exports, utilizing Websocket connection with SSL to run on itch.io.
MIT License
17 stars 6 forks source link

Error in `dropInventory` when a player dies #1

Open heagandev opened 1 week ago

heagandev commented 1 week ago

Invalid access to property or key '377541621' on a base object of type 'Dictionary'.

func dropInventory():
    var inventoryDict = Inventory.inventories[name] # << here
    ....

Excellent project btw, thanks for sharing. Would you be willing to walk me through it? I can pay for your time if necessary

alpapaydin commented 1 week ago

Thanks, will look into it. If you have any questions how things work I will be happy to help.