Fix Fractionrank for civil
This commit is contained in:
@@ -57,8 +57,8 @@ namespace ReallifeGamemode.Server.Bank
|
||||
}
|
||||
|
||||
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user