mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 00:01:22 +00:00
chore(lua54): utilize Lua version 5.4 runtime
This version includes improved changes to GC, better pseudo-randomness with `math.random()` (no longer requiring a seed to display even an ounce of randomness), and `const` keyword for all the immutable fellas out there.
This commit is contained in:
+3
-1
@@ -32,6 +32,8 @@ ui_page {
|
||||
'html/ui.html'
|
||||
}
|
||||
|
||||
lua54 'yes'
|
||||
|
||||
files {
|
||||
'html/ui.html',
|
||||
'html/css/main.css',
|
||||
@@ -42,4 +44,4 @@ dependencies {
|
||||
'progressbar',
|
||||
'connectqueue',
|
||||
'ghmattimysql'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user