Fix Fractionrank for civil
This commit is contained in:
@@ -58,7 +58,7 @@ namespace ReallifeGamemode.Server.Bank
|
|||||||
|
|
||||||
private static void EntityEnterFactionBankColShape(ColShape colShape, Player client)
|
private static void EntityEnterFactionBankColShape(ColShape colShape, Player client)
|
||||||
{
|
{
|
||||||
if (client.IsInVehicle || !client.IsLoggedIn()) return;
|
if (client.IsInVehicle || !client.IsLoggedIn() || client.GetUser().FactionId is null) return;
|
||||||
|
|
||||||
if (client.GetUser().FactionLeader == true)
|
if (client.GetUser().FactionLeader == true)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user