Skip to content

Commit ae1faf6

Browse files
committed
fix(tagsloader): re-enable tags
1 parent 21e7e59 commit ae1faf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/tags/modules/tagsloader.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function SetupTag(playerid)
108108
local cookieSelected = exports["cookies"]:GetPlayerCookie(playerid, "tags.selected")
109109

110110
if cookieSelected == "auto" then
111-
local tag = DetermineLastTag(playerid)
111+
local tag = DetermineLastTag(player)
112112
SetPlayerTag(player, tag)
113113
else
114114
local tag = Tags[TagsIndexMap[cookieSelected]]

0 commit comments

Comments
 (0)