fixed double dots at end of error message

This commit is contained in:
Lennart Kampshoff
2019-05-06 12:26:02 +02:00
parent 9c35e3773b
commit 53e0072f91
5 changed files with 58 additions and 58 deletions

View File

@@ -23,7 +23,7 @@ namespace ReallifeGamemode.Server.Commands
{
if (!player.HasData("accept_invite"))
{
ChatService.Error(player, "Du hast keine Einladung in eine Fraktion erhalten.");
ChatService.Error(player, "Du hast keine Einladung in eine Fraktion erhalten");
return;
}
@@ -35,7 +35,7 @@ namespace ReallifeGamemode.Server.Commands
if (leader == null)
{
ChatService.Error(player, "Die Einladung ist abgelaufen.");
ChatService.Error(player, "Die Einladung ist abgelaufen");
return;
}