
[Fabric] `apugli:modify_scale` not being synced to client properly
JustCyra opened this issue ยท 3 comments
With the example power regardless of what delay
is set to when the player respawns (and maybe more similar means) their scale gets reset to defaults on the client but on the server it remains the same (modified scale).
This create an issue of desync that the player appears to be human sized but in reality is bigger and creating obvious issues.
Example Power:
{
"type": "apugli:modify_scale",
"delay": 0,
"scale_types": [
"pehkui:visibility",
"pehkui:width",
"pehkui:height",
"pehkui:drops"
],
"modifier": {
"operation": "multiply_base_additive",
"value": 0.3
}
}
The rewrites have probably fixed this, I'll probably leave this open until I get confirmation.