hedgewars/uTeams.pas
changeset 14931 ba5fd934f49b
parent 14734 e57c8ace7d96
child 14940 8b848c2939da
--- a/hedgewars/uTeams.pas	Mon May 13 21:31:50 2019 +0200
+++ b/hedgewars/uTeams.pas	Mon May 13 22:51:31 2019 +0200
@@ -852,7 +852,7 @@
         if GameType in [gmtDemo, gmtSave, gmtRecord] then
             CurrentTeam^.ExtDriven:= true;
 
-        CurrentTeam^.voicepack:= AskForVoicepack('Default')
+        CurrentTeam^.voicepack:= AskForVoicepack('Default_qau')
         end
     end
 end;
@@ -874,7 +874,7 @@
         CurrentTeam^.TeamName:= ts;
         CurrentTeam^.PlayerHash:= s;
         loadTeamBinds(ts);
-        CurrentTeam^.voicepack:= AskForVoicepack('Default')
+        CurrentTeam^.voicepack:= AskForVoicepack('Default_qau')
         end
     end
 end;