Navigation

    Colyseus
    • Login
    • Search
    • Recent
    • Tags
    • Users
    1. Home
    2. LukeWood
    3. Best
    • Profile
    • More
      • Continue chat with LukeWood
      • Flag Profile
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups

    Best posts made by LukeWood

    ArraySchema not sending removed items to client

    Hey all!

    I've been removing items from an arrayschema as such:

    this.items = this.items.filter(item => item.active)
    

    This is not broadcasted back to the client for some reason.

    Is there a better way to remove a single item from an ArraySchema?

    thanks in advance

    posted in Questions & Help •