fix(skin): cache-bust character-assets URLs (#42)
All checks were successful
CI / Lint (push) Successful in 1m7s
CI / Build (push) Successful in 2m5s
CI / Secret scan (push) Successful in 26s
CI / PR size check (push) Has been skipped
CI / Deploy to S1 + S2 (push) Successful in 3m31s

This commit is contained in:
min 2026-06-14 13:54:19 +00:00
commit 396ef08c59

View File

@ -687,7 +687,7 @@ export class PlayerController {
? 'http://localhost:3000' ? 'http://localhost:3000'
: 'https://rublox.pro'; : 'https://rublox.pro';
return { return {
file: `${base}/character-assets/skins/${typeId}.glb`, file: `${base}/character-assets/skins/${typeId}.glb?v=20260614`,
isR15: false, isR15: false,
kind: 'non-humanoid-rigged', kind: 'non-humanoid-rigged',
overrides: {}, overrides: {},