Update player.lua

This commit is contained in:
Katoteki
2023-07-27 19:19:12 +02:00
committed by GitHub
parent d67a32ad92
commit b114c7e998
+1 -1
View File
@@ -617,7 +617,7 @@ function CreateExtendedPlayer(playerId, identifier, group, accounts, inventory,
return metaData
end
function self.setMeta(index, value, subValue)
function self.(index, value, subValue)
if not index then
return print("[^1ERROR^7] xPlayer.setMeta ^5index^7 is Missing!")
end