Update player.lua

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