genung
This commit is contained in:
@@ -263,7 +263,7 @@ namespace ReallifeGamemode.Server.Managers
|
|||||||
|
|
||||||
if (price > bankAccount.Balance)
|
if (price > bankAccount.Balance)
|
||||||
{
|
{
|
||||||
ChatService.ErrorMessage(player, "Du hast nicht genung Geld");
|
ChatService.ErrorMessage(player, "Du hast nicht genug Geld");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user