fix(skin): cache-bust character-assets URLs (#42)
This commit is contained in:
commit
396ef08c59
@ -687,7 +687,7 @@ export class PlayerController {
|
||||
? 'http://localhost:3000'
|
||||
: 'https://rublox.pro';
|
||||
return {
|
||||
file: `${base}/character-assets/skins/${typeId}.glb`,
|
||||
file: `${base}/character-assets/skins/${typeId}.glb?v=20260614`,
|
||||
isR15: false,
|
||||
kind: 'non-humanoid-rigged',
|
||||
overrides: {},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user