World Items object adds unnecessary information to items #83
Labels
backend
Node.js-related or anything to do in the server
bug
"Hey, that's not suppose to happen."
easy
Issue/feature that is easy to fix or implement. Good for 1st-time contributors.
Hacktoberfest
help wanted
Issues that we need multiple opinions on.
low priority
Nice-to-have issues and features.
map
Issues or features relating to the game map (canvas or code).
player
Features/issues relating to the player of Delaford.
Milestone
What is the current behavior?
The
world.items
object on the server (can be accessed viahttp://localhost:4000/world/items
populates the items on the map. When viewed, some items have extraneous information like so:If the current behavior is a bug, please provide the exact steps to reproduce.
Drop items. Observe
world.items
value. (itemsDropped
)What is the expected behavior?
To only contain needed information.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: