mirror of
https://github.com/SaavageBueno/Qb-Core-vehicle-shared-lua.git
synced 2026-08-11 04:15:44 -04:00
Update vehicles-lua.bat
This update fixed a scripting error changed ` to '
This commit is contained in:
committed by
GitHub
parent
6f2b90b71b
commit
62a2d2fa8d
@@ -14,7 +14,7 @@ for %%f in (*.ytd) do (
|
||||
echo " ['price'] = 20000, " >> %LUA_FILE%
|
||||
echo " ['category'] = 'compacts', " >> %LUA_FILE%
|
||||
echo " ['categoryLabel'] = 'Compacts', " >> %LUA_FILE%
|
||||
echo " ['hash'] = `!name!`, " >> %LUA_FILE%
|
||||
echo " ['hash'] = '!name!', " >> %LUA_FILE%
|
||||
echo " ['shop'] = 'pdm', " >> %LUA_FILE%
|
||||
echo "}, " >> %LUA_FILE%
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user