This commit is contained in:
Mycroft
2021-04-19 00:23:53 +01:00
parent 9b1c168b22
commit eb7b6682bb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
local Config = {}
Config = {}
Config.databaseName = "Changeme"
+2 -2
View File
@@ -4,12 +4,12 @@ game 'gta5'
server_scripts {
"@mysql-async/lib/MySQL.lua",
"./config.lua",
"config.lua",
"server/main.lua",
}
client_scripts {
"./config.lua",
"config.lua",
"client/main.lua",
}