some tiny little fixes

This commit is contained in:
aviate
2019-07-19 23:50:27 +02:00
parent ffa80fca6a
commit ddfaff34b6

View File

@@ -182,7 +182,7 @@ namespace ReallifeGamemode.Server.Commands
Client target = ClientService.GetClientByNameOrId(receiver);
target.Health = 100;
target.SendNotification("Du wurdest von ~g~" + player.Name + " ~s~ geheilt.", false);
player.SendNotification("Du hast~g~" + target.Name + " ~s~ geheilt.", false);
player.SendNotification("Du hast ~g~" + target.Name + " ~s~ geheilt.", false);
}
#endregion
#region Staatsfraktionen (LSPD / FBI) Commands