MerchantPug / apugli

An extension to Apoli for certain mods' use.
MIT License
5 stars 4 forks source link

`modify_scale` sometimes doesn't sync when scales are applied #70

Closed MerchantPug closed 5 months ago

MerchantPug commented 6 months ago

Clients only receive scale modifiers when the power tag is loaded, but, the sync packet isn't called immediately as the scale is applied.

This leads to an issue where sometimes non delayed scale modifiers will not sync, because there is no sync packet.

Generally, this is a non issue, but in edge cases where you want to remove the power and re-apply it upon respawn, there is no syncing going on.