Committing for merge

This commit is contained in:
VegaZ
2019-01-08 14:43:54 +01:00
parent 5c84dc177d
commit 6d2ccceb53
5 changed files with 91 additions and 18 deletions

View File

@@ -80,10 +80,10 @@ namespace reallife_gamemode.Server.Events
//MEDIC AUFTRAG
MedicTask reviveTask = new MedicTask()
{
Victim = player,
Victim = player.Name,
Position = player.Position,
CauseOfDeath = reason.ToString(),
Caller = player,
Caller = null,
Description = "Gestorben",
Time = DateTime.Now,
Type = 0