Managers/InteractionManager.cs(631,64): error CS1002: ;

This commit is contained in:
hydrant
2020-07-31 18:06:46 +02:00
parent d2b05e0a19
commit c15a66a466

View File

@@ -628,7 +628,7 @@ namespace ReallifeGamemode.Server.Managers
} }
else if (player.GetUser().Handmoney < amount) else if (player.GetUser().Handmoney < amount)
{ {
player.SendNotification("~r~Du hast nicht genug Geld.") player.SendNotification("~r~Du hast nicht genug Geld.");
return; return;
} }
else else