Managers/InteractionManager.cs(631,64): error CS1002: ;
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user