Added table module, thanks to Gizz

Co-Authored-By: Jérémie N'gadi <jeremie.ngadi@gmail.com>
This commit is contained in:
ElPumpo
2019-04-13 23:00:26 +02:00
parent 51b2df94af
commit 17cbed0263
3 changed files with 137 additions and 2 deletions
+2
View File
@@ -29,6 +29,7 @@ server_scripts {
'server/commands.lua',
'common/modules/math.lua',
'common/modules/table.lua',
'common/functions.lua'
}
@@ -57,6 +58,7 @@ client_scripts {
'client/modules/streaming.lua',
'common/modules/math.lua',
'common/modules/table.lua',
'common/functions.lua'
}