Create br.lua and Prevent Free Tuning Bug (#35)

* Added br.lua
* Prevent Free Tuning Bug
This commit is contained in:
iTzBla
2018-08-14 17:35:32 +01:00
committed by Anthony
parent a5f00c0530
commit 7ae6bbb87b
3 changed files with 289 additions and 0 deletions
+2
View File
@@ -11,6 +11,7 @@ server_scripts {
'locales/en.lua',
'locales/fr.lua',
'locales/pl.lua',
'locales/br.lua',
'config.lua',
'server/main.lua'
}
@@ -21,6 +22,7 @@ client_scripts {
'locales/en.lua',
'locales/fr.lua',
'locales/pl.lua',
'locales/br.lua',
'config.lua',
'client/main.lua'
}