From c15a66a4663ae0db5c3114f9e844c9bd9cc58eb1 Mon Sep 17 00:00:00 2001 From: hydrant Date: Fri, 31 Jul 2020 18:06:46 +0200 Subject: [PATCH] Managers/InteractionManager.cs(631,64): error CS1002: ; --- ReallifeGamemode.Server/Managers/InteractionManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Managers/InteractionManager.cs b/ReallifeGamemode.Server/Managers/InteractionManager.cs index c67a4413..b7e9751f 100644 --- a/ReallifeGamemode.Server/Managers/InteractionManager.cs +++ b/ReallifeGamemode.Server/Managers/InteractionManager.cs @@ -628,7 +628,7 @@ namespace ReallifeGamemode.Server.Managers } else if (player.GetUser().Handmoney < amount) { - player.SendNotification("~r~Du hast nicht genug Geld.") + player.SendNotification("~r~Du hast nicht genug Geld."); return; } else