Don't disable vehicle enter/exit key

This commit is contained in:
sardelka9515
2022-08-22 09:40:02 +08:00
parent 7380c162be
commit 363c2ccb00
2 changed files with 0 additions and 21 deletions

View File

@ -34,8 +34,6 @@ namespace RageCoop.Client
}
Game.DisableControlThisFrame(Control.FrontendPause);
Game.DisableControlThisFrame(Control.VehicleExit);
Game.DisableControlThisFrame(Control.Enter);
if (Main.Settings.DisableAlternatePause)
{