We currently do not have a way to update player ECS data from the admin view (/admin). This would be useful so we could more easily fix players in broken game states.
Ideal Solution
A new page /admin/ecs-state-editor that allows you to view and update a player's ECS values. This could start as simple as something for editing just the player's position.
Overview
We currently do not have a way to update player ECS data from the admin view (
/admin
). This would be useful so we could more easily fix players in broken game states.Ideal Solution
A new page
/admin/ecs-state-editor
that allows you to view and update a player's ECS values. This could start as simple as something for editing just the player's position.