diff --git a/ReallifeGamemode.Server/Commands/FactionCommands.cs b/ReallifeGamemode.Server/Commands/FactionCommands.cs index e7ac5543..a04e39c1 100644 --- a/ReallifeGamemode.Server/Commands/FactionCommands.cs +++ b/ReallifeGamemode.Server/Commands/FactionCommands.cs @@ -12,7 +12,7 @@ using System.Text.RegularExpressions; /** * @overview Life of German Reallife - Faction Commands (Faction.cs) -* @author VegaZ, hydrant +* @author VegaZ, hydrant, aviate * @copyright (c) 2008 - 2018 Life of German */ @@ -223,8 +223,8 @@ 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); + target.SendNotification("Du wurdest von ~g~" + player.Name + " ~s~geheilt.", false); + player.SendNotification("Du hast ~g~" + target.Name + " ~s~geheilt.", false); } #endregion #region Staatsfraktionen (LSPD / FBI) Commands