fix house menu
This commit is contained in:
@@ -120,7 +120,7 @@ namespace ReallifeGamemode.Server.Managers
|
||||
|
||||
private static void HouseManager_OnEntityEnterColShape(ColShape colShape, Client client)
|
||||
{
|
||||
if (!client.IsLoggedIn()) return;
|
||||
if (!client.IsLoggedIn() || client.IsInVehicle) return;
|
||||
if (!houseColShapes.ContainsValue(colShape.Handle))
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user