Since we lock tasks it makes it impossible for an entity task to itself call this function
It would be resolved if we had a temporary task buffer that would be added only on Ecs::tick
|
// TODO: Since we lock tasks it makes it impossible for an entity task to itself call this function |
Since we lock tasks it makes it impossible for an entity task to itself call this function
It would be resolved if we had a temporary task buffer that would be added only on Ecs::tick
minecraft-protocol/minecraft-server/src/world/ecs.rs
Line 72 in b7776e9