bruhmoment

This commit is contained in:
2024-09-20 16:49:47 +02:00
parent be4c201d81
commit f3b56ef5fa
3 changed files with 17 additions and 5 deletions

View File

@ -42,7 +42,6 @@ gameStore.connection!.on('zone:teleport', async (data: zoneLoadData) => {
// Fetch assets for new zone
await gameStore.fetchZoneAssets(data.zone.id)
// wait 1.5 sec
await loadAssets(scene)
/**