Fixed negative bills

This commit is contained in:
ElPumpo
2018-02-22 16:57:43 +01:00
parent bfed8a8f06
commit d052d98042
6 changed files with 36 additions and 34 deletions
+2
View File
@@ -12,6 +12,7 @@ server_scripts {
'locales/en.lua',
'locales/fr.lua',
'locales/es.lua',
'locales/sv.lua',
'config.lua',
'server/main.lua'
}
@@ -23,6 +24,7 @@ client_scripts {
'locales/en.lua',
'locales/fr.lua',
'locales/es.lua',
'locales/sv.lua',
'config.lua',
'client/main.lua'
}