fix(es_extended): Another whitespace

This commit is contained in:
TheFantomas
2023-08-20 00:19:45 +02:00
committed by GitHub
parent 8245a91d67
commit 10da0c0aac
+1 -1
View File
@@ -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