Skip to content

Dropped GroundItems are never made globally visible #352

@tlf30

Description

@tlf30

Hello,
So I was doing some tests.
Performing

val g = GroundItem.dropped(...)
player.world.spawn(g)

Does not show anything in the world
But doing

val g = GroundItem.create(...)
player.world.spawn(g)

Does show the items in the world.

I think this is an issue, or are we only supposed to run GroundItem.create when we want an item to be visible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIncorrect or broken functionalitydocumentationhigh priorityShould be fixed as soon as feasible

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions