Renamed shared folder to common

This commit is contained in:
ElPumpo
2019-01-01 11:05:06 +01:00
parent b1d58d2abd
commit ac4e9c9a82
4 changed files with 7 additions and 6 deletions
+6 -5
View File
@@ -28,8 +28,8 @@ server_scripts {
'server/main.lua',
'server/commands.lua',
'shared/modules/math.lua',
'shared/functions.lua'
'common/modules/math.lua',
'common/functions.lua'
}
client_scripts {
@@ -56,8 +56,8 @@ client_scripts {
'client/modules/scaleform.lua',
'client/modules/streaming.lua',
'shared/modules/math.lua',
'shared/functions.lua'
'common/modules/math.lua',
'common/functions.lua'
}
ui_page {
@@ -90,7 +90,8 @@ server_exports {
}
dependencies {
'essentialmode',
'mysql-async',
'essentialmode',
'esplugin_mysql',
'async'
}