We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2ca49 commit 22ac3beCopy full SHA for 22ac3be
Makers/base/Scripts/Libs/TrackMania/Ingame/UI/UIPairingPads.Script.txt
@@ -715,7 +715,7 @@ Void Load(Text _ModeName) {
715
G_ModeName = _ModeName;
716
717
declare UI <=> UIManager.GetUI(Players[0]);
718
- declare Integer WaitForPadTimer = Now + 5000;
+ declare Integer WaitForPadTimer = Now + 50; // Aupravant 5000 pour Turbo ? Il me semble que dans MP4 on n'utilise plus du tout ça... à voir.
719
declare netread Integer Net_MainUserControllerId for UI;
720
while(Net_MainUserControllerId == 0 && WaitForPadTimer > Now) {
721
yield;
0 commit comments