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