From ad909c5ca550d80c3bc113605e1cadb87e8d7456 Mon Sep 17 00:00:00 2001 From: kookroach <62265045+kookroach@users.noreply.github.com> Date: Wed, 14 Apr 2021 21:00:43 +0200 Subject: [PATCH] =?UTF-8?q?Rename=20D=C3=B6ner.cs=20to=20Kebab.cs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReallifeGamemode.Server/Inventory/Items/{Döner.cs => Kebab.cs} | 2 +- ReallifeGamemode.Server/Job/MuellmannData.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename ReallifeGamemode.Server/Inventory/Items/{Döner.cs => Kebab.cs} (96%) diff --git a/ReallifeGamemode.Server/Inventory/Items/Döner.cs b/ReallifeGamemode.Server/Inventory/Items/Kebab.cs similarity index 96% rename from ReallifeGamemode.Server/Inventory/Items/Döner.cs rename to ReallifeGamemode.Server/Inventory/Items/Kebab.cs index 06408896..c8df6e16 100644 --- a/ReallifeGamemode.Server/Inventory/Items/Döner.cs +++ b/ReallifeGamemode.Server/Inventory/Items/Kebab.cs @@ -8,7 +8,7 @@ using ReallifeGamemode.Server.Managers; namespace ReallifeGamemode.Server.Inventory.Items { - internal class Döner : ConsumableItem + internal class Kebab : ConsumableItem { public override int Id => 106; public override string Name => "Döner"; diff --git a/ReallifeGamemode.Server/Job/MuellmannData.cs b/ReallifeGamemode.Server/Job/MuellmannData.cs index a91d5574..295205e8 100644 --- a/ReallifeGamemode.Server/Job/MuellmannData.cs +++ b/ReallifeGamemode.Server/Job/MuellmannData.cs @@ -32,7 +32,7 @@ namespace ReallifeGamemode.Server.Job public void removeClientFromData(Player player) { if (client1 == player) { client1 = null; } - if (client2 == player) { client2 = null;} + if (client2 == player) { client2 = null; } } public int getTrashCount()