diff --git a/ReallifeGamemode.Server/Commands/FactionCommands.cs b/ReallifeGamemode.Server/Commands/FactionCommands.cs index bdf07d6e..e66ea3c3 100644 --- a/ReallifeGamemode.Server/Commands/FactionCommands.cs +++ b/ReallifeGamemode.Server/Commands/FactionCommands.cs @@ -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