Chat-Nachrichten teilweise angepasst / Punkte am Ende von einigen ErrorMessages entfernt

This commit is contained in:
Luke
2021-04-24 12:08:25 +00:00
parent 47125c6481
commit a26bb11aa8
8 changed files with 18 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
using System.Linq;
using System.Linq;
using GTANetworkAPI;
using Microsoft.EntityFrameworkCore;
using Newtonsoft.Json;
@@ -100,7 +100,7 @@ namespace ReallifeGamemode.Server.Events
if (user.Wanteds > 0)
{
ChatService.HQMessage("Der Straftäter" + user.Name + " hat sich mit " + user.Wanteds + " Wanteds eingeloggt.");
ChatService.HQMessage("Der Straftäter " + user.Name + " hat sich mit " + user.Wanteds + " Wanteds eingeloggt.");
}
if (user.Wanteds == 0)