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 }