From dba6299f755ef18989b3da7a8acb34ff84be4600 Mon Sep 17 00:00:00 2001 From: aviate Date: Thu, 18 Jul 2019 20:10:55 +0200 Subject: [PATCH] fixed lsmd typo --- ReallifeGamemode.Server/Commands/FactionCommands.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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