fix(skin): cache-bust character-assets URLs #42

Merged
min merged 1 commits from feat/mixamo-skins-fullscreen-2026-06-14 into main 2026-06-14 13:54:20 +00:00
Showing only changes of commit 8f0266f8c2 - Show all commits

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: {},