mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
fix(esx_lscustom/config.lua): fixed mistype
This commit is contained in:
@@ -223,7 +223,7 @@ function GetColors(color)
|
||||
{ index = 48, label = _U('darkbrown')},
|
||||
{ index = 90, label = _U('bronze')},
|
||||
{ index = 94, label = _U('brownmetallic')},
|
||||
{ index = 95, label = _U('Expresso')},
|
||||
{ index = 95, label = _U('expresso')},
|
||||
{ index = 96, label = _U('chocolate')},
|
||||
{ index = 97, label = _U('terracotta')},
|
||||
{ index = 98, label = _U('marble')},
|
||||
|
||||
Reference in New Issue
Block a user