From ddfaff34b6187ed3446f4beb00d909a335517060 Mon Sep 17 00:00:00 2001 From: aviate Date: Fri, 19 Jul 2019 23:50:27 +0200 Subject: [PATCH] some tiny little fixes --- ReallifeGamemode.Server/Commands/FactionCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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