Fix 1 vehicle exploit, increase price of ATV crate (#7761)
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Content.Server.Vehicle
|
||||
}
|
||||
}
|
||||
|
||||
private void UnbuckleFromVehicle(EntityUid uid)
|
||||
public void UnbuckleFromVehicle(EntityUid uid)
|
||||
{
|
||||
if (!TryComp<BuckleComponent>(uid, out var buckle))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user