if two people join an instance for which there is no field created yet, there is a problem where they are not visible to each other, but they are on the same instance, I guess it has to do with the order of broadcasting, since at the moment where the task was started there were no players on the field yet, so they are not broadcasted
Recreate:
start server, so no instances are in fieldManager
join tria on two different accounts, then the players might not see each other, depending on race conditions.
the reason is described above.
if two people join an instance for which there is no field created yet, there is a problem where they are not visible to each other, but they are on the same instance, I guess it has to do with the order of broadcasting, since at the moment where the task was started there were no players on the field yet, so they are not broadcasted
Recreate:
start server, so no instances are in fieldManager
join tria on two different accounts, then the players might not see each other, depending on race conditions.
the reason is described above.