Fix int overflows, better formatting

This commit is contained in:
ineedbots
2021-05-01 13:39:15 -06:00
parent fc1e8f48d2
commit 75ed617320
6 changed files with 60 additions and 58 deletions

View File

@ -24,9 +24,9 @@ onPlayerSpawned()
self endon("disconnect");
for(;;)
{
self waittill("spawned_player");
self waittill("spawned_player");
if(level.showHP)
if(level.showHP)
self thread drawHP();
}
}