mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
fix(es_extended): Another whitespace
This commit is contained in:
@@ -647,7 +647,7 @@ function CreateExtendedPlayer(playerId, identifier, group, accounts, inventory,
|
||||
self.metadata[index] = { }
|
||||
end
|
||||
|
||||
self.metadata[index] = type(self.metadata[index]) == 'table' and self.metadata[index] or {}
|
||||
self.metadata[index] = type(self.metadata[index]) == 'table' and self.metadata[index] or {}
|
||||
self.metadata[index][value] = subValue
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user