using shuffling

updated gameBase
This commit is contained in:
devZoGok
2025-06-22 10:46:05 +03:00
parent 268b0c8468
commit 388f76a865
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ function generateFactionMusic(factionId)
return {
loop = true,
shuffle = false,
shuffle = true,
delay = 2000,
tracks = factionTracks
}