mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-16 21:46:03 +01:00
wip: qb backwards compatiblity
This commit is contained in:
2
compatibility/qb/client.lua
Normal file
2
compatibility/qb/client.lua
Normal file
@@ -0,0 +1,2 @@
|
||||
if not lib.table.contains(Config.compatibility, "qb") then return end
|
||||
|
||||
1
compatibility/qb/server.lua
Normal file
1
compatibility/qb/server.lua
Normal file
@@ -0,0 +1 @@
|
||||
if not lib.table.contains(Config.compatibility, "qb") then return end
|
||||
@@ -39,3 +39,4 @@ files {
|
||||
|
||||
dependency "oxmysql"
|
||||
provide "es_extended"
|
||||
provide "qb-Core"
|
||||
|
||||
Reference in New Issue
Block a user