This commit is contained in:
hydrant
2020-05-04 18:08:54 +02:00
parent 504598fe7e
commit 58f54f6405

View File

@@ -263,7 +263,7 @@ namespace ReallifeGamemode.Server.Managers
if (price > bankAccount.Balance)
{
ChatService.ErrorMessage(player, "Du hast nicht genung Geld");
ChatService.ErrorMessage(player, "Du hast nicht genug Geld");
return;
}