Fix 1 vehicle exploit, increase price of ATV crate (#7761)

This commit is contained in:
Rane
2022-04-24 20:05:54 -04:00
committed by GitHub
parent 4b74a507c6
commit 7057293775
3 changed files with 10 additions and 4 deletions

View File

@@ -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;