From 0f34f3a1d5fa9f2a778b72a7df0c883ede6449ed Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 9 May 2021 22:52:02 +0200 Subject: [PATCH] /veh kein 1337 message angepasst --- 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 594e029b..916f4293 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -1578,7 +1578,7 @@ namespace ReallifeGamemode.Server.Commands if (VehicleManager.IsVehicleRestricted(hash) && !user.IsAdmin(AdminLevel.HEADADMIN)) { - ChatService.SendMessage(player, "haha kein 1337 rofl"); + ChatService.ErrorMessage(player, "Du darfst dieses Fahrzeug nicht spawnen"); return; }