diff --git a/ReallifeGamemode.Server/Commands/FactionCommands.cs b/ReallifeGamemode.Server/Commands/FactionCommands.cs index b28760c7..7e9a10d9 100644 --- a/ReallifeGamemode.Server/Commands/FactionCommands.cs +++ b/ReallifeGamemode.Server/Commands/FactionCommands.cs @@ -180,8 +180,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