Revert "fighting the loop!"

This reverts commit b96416dda7.
This commit is contained in:
2026-05-06 16:22:35 +02:00
parent 063cc1b349
commit 5a828189ec
2 changed files with 2 additions and 11 deletions

View File

@@ -279,7 +279,6 @@ setStartWeapon(team)
self.current = level.teamKills[team + "_weapon"];
}
loadSetup()
self notify("stop_watch_threads");
{
self hide();
self thread mod\streaks::setStreaks();
@@ -1079,7 +1078,6 @@ watchVersion()
watchHealthHUD()
{
self endon("disconnect");
self endon("stop_watch_threads");
self endon("death");
if(isDefined(self.healthHUD))
@@ -1103,7 +1101,6 @@ watchHealthHUD()
watchRegen()
{
self endon("disconnect");
self endon("stop_watch_threads");
self endon("death");
while(true)
@@ -1125,7 +1122,6 @@ watchRegen()
watchDeagleGL()
{
self endon("disconnect");
self endon("stop_watch_threads");
while(true)
{
self waittill("weapon_fired", weaponName);
@@ -1140,17 +1136,14 @@ watchDeagleGL()
if(isDefined(self.pers["isBot"]) && self.pers["isBot"])
wait .6;
else
wait .15;
wait .2;
}
else
wait .05;
}
}
watchHUD()
{
self endon("disconnect");
self endon("stop_watch_threads");
while(true)
{
self setClientDvar("ui_drawradar", 1);
@@ -1171,7 +1164,6 @@ watchHUD()
watchM40A3()
{
self endon("disconnect");
self endon("stop_watch_threads");
while(true)
{
self waittill("weapon_fired", weaponName);
@@ -1192,7 +1184,5 @@ watchM40A3()
wait .1;
}
}
else
wait .05;
}
}