From 9bf92231c937c17049d752245b17c0ccd1649a40 Mon Sep 17 00:00:00 2001 From: VegaZ Date: Wed, 6 Mar 2019 17:57:27 +0100 Subject: [PATCH] Testing --- ReallifeGamemode.Client/Gui/infobox.js | 2 +- ReallifeGamemode.Server/Commands/Faction.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ReallifeGamemode.Client/Gui/infobox.js b/ReallifeGamemode.Client/Gui/infobox.js index 55b047da..760ed988 100644 --- a/ReallifeGamemode.Client/Gui/infobox.js +++ b/ReallifeGamemode.Client/Gui/infobox.js @@ -174,7 +174,7 @@ mp.events.add("render", () => { scale: [0.5, 0.5], outline: true }) - mp.game.graphics.drawText("~r~Datum: ", [0.89, 0.381], + mp.game.graphics.drawText("~r~MoinDatum: ", [0.89, 0.381], { font: 4, color: [255, 255, 255, 255], diff --git a/ReallifeGamemode.Server/Commands/Faction.cs b/ReallifeGamemode.Server/Commands/Faction.cs index 693a08a7..b598f777 100644 --- a/ReallifeGamemode.Server/Commands/Faction.cs +++ b/ReallifeGamemode.Server/Commands/Faction.cs @@ -267,7 +267,6 @@ namespace reallife_gamemode.Server.Commands [Command("duty", "~m~Benutzung: ~s~/duty")] public void CmdFactionDuty(Client player) { - player.SendChatMessage("Jo"); } #endregion }