Skip to content

Commit c96bdd5

Browse files
admin2: fix bug onPlayerLogin 'p' bind not set (#513)
this may also fix other bugs
1 parent 82d5b83 commit c96bdd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

[admin]/admin2/server/admin_session.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ addEventHandler(
6161
end
6262
end
6363
end
64-
triggerClientEvent(client or source, EVENT_SESSION, client, tableOut)
64+
triggerClientEvent(client or source, EVENT_SESSION, client or source, tableOut)
6565
end
6666
end
6767
end

0 commit comments

Comments
 (0)