Fix Medic

This commit is contained in:
VegaZ
2021-04-05 18:36:01 +02:00
parent 87ad863edb
commit ea65d00dd1
4 changed files with 22 additions and 8 deletions

View File

@@ -49,6 +49,7 @@ namespace ReallifeGamemode.Server.Util
NAPI.Task.Run(() =>
{
Medic.UpdateTaskTimeLeft();
Medic.CheckHealDecisionDistanc();
});
}