fixex typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user