Added missing tick-wait

This commit is contained in:
Fierelier 2018-05-15 10:24:33 +02:00
parent 4f84748b82
commit 94bbbbb104
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ namespace pdHealth
armorVal = -1;
healthVal = -1;
timeUntilRegen = 0;
Wait(tickTime);
return;
}