mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-01 01:25:38 +03:00
HLDS Launcher: Fix pingboost 1
This commit is contained in:
parent
562f957477
commit
c2de84abf5
@ -94,7 +94,7 @@ void Sleep_Timer(int msec)
|
||||
g_bPaused = false;
|
||||
|
||||
// set the timer to trigger
|
||||
if (setitimer(ITIMER_REAL, &tm, NULL)) {
|
||||
if (!setitimer(ITIMER_REAL, &tm, NULL)) {
|
||||
// wait for the signal
|
||||
pause();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user