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; }