From 336bfd0f18e722eb9ba5f86c0f23b203acf9872e Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 9 Aug 2020 22:21:38 +0200 Subject: [PATCH] anpassungs --- ReallifeGamemode.Server/Commands/AdminCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index 8ffb2491..ff93ea99 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -1213,7 +1213,7 @@ namespace ReallifeGamemode.Server.Commands if (veh == null) { - ChatService.ErrorMessage(player, "Dieses Fahrzeug wurde nicht gefunden"); + ChatService.ErrorMessage(player, "Es befindet sich kein Fahrzeug in deiner Nähe"); return; }