fixex typo

This commit is contained in:
aviate
2019-07-29 01:12:31 +02:00
parent e2b3398393
commit 436902ca57

View File

@@ -12,7 +12,7 @@ using System.Text.RegularExpressions;
/** /**
* @overview Life of German Reallife - Faction Commands (Faction.cs) * @overview Life of German Reallife - Faction Commands (Faction.cs)
* @author VegaZ, hydrant * @author VegaZ, hydrant, aviate
* @copyright (c) 2008 - 2018 Life of German * @copyright (c) 2008 - 2018 Life of German
*/ */
@@ -223,8 +223,8 @@ namespace ReallifeGamemode.Server.Commands
} }
Client target = ClientService.GetClientByNameOrId(receiver); Client target = ClientService.GetClientByNameOrId(receiver);
target.Health = 100; target.Health = 100;
target.SendNotification("Du wurdest von ~g~" + player.Name + " ~s~ geheilt.", false); 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 #endregion
#region Staatsfraktionen (LSPD / FBI) Commands #region Staatsfraktionen (LSPD / FBI) Commands