Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace UniqueID with SteamID64 where applicable #226

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thecraftianman
Copy link

NOTE: This change also requires the matching ULib pull request to avoid breakage: TeamUlysses/ulib#99

This PR just replaces all active usage of UniqueID with SteamID64, primarily in ULib.ucl.authed, xgui.activeUsers, and xgui.readyPlayers. The only remaining possible usage is in xgui.playerExistsByID, which now also supports SteamID64. If adding SteamID64 support is not desired, though, this can all be changed to use SteamID instead.

Tested both in a local server and on a public server for a couple weeks now with no regressions found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant