#```cs

1 messages · Page 1 of 1 (latest)

visual pilot
#

This should work if you add [WithAll(typeof(TeleportData))] to the TeleportJob. That way it will only run on entities with enabled TeleportData.

visual pilot
#

Alternately you could use an ECB's SetComponentEnabled.