some tiny little fixes
This commit is contained in:
@@ -182,7 +182,7 @@ namespace ReallifeGamemode.Server.Commands
|
|||||||
Client target = ClientService.GetClientByNameOrId(receiver);
|
Client target = ClientService.GetClientByNameOrId(receiver);
|
||||||
target.Health = 100;
|
target.Health = 100;
|
||||||
target.SendNotification("Du wurdest von ~g~" + player.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);
|
player.SendNotification("Du hast ~g~" + target.Name + " ~s~ geheilt.", false);
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
#region Staatsfraktionen (LSPD / FBI) Commands
|
#region Staatsfraktionen (LSPD / FBI) Commands
|
||||||
|
|||||||
Reference in New Issue
Block a user