Skip to content

Conversation

@themuffinator
Copy link
Owner

Summary

  • update the platform guard in CheckBanned so both Steamworks and EOS IDs reach the ban checks
  • log when the Dalude ID is rejected to confirm both IDs use the same flow

Testing

  • python - <<'PY'
    ids = [
    "Steamworks-76561199001991246",
    "EOS-07e230c273be4248bbf26c89033923c1",
    ]
    for social_id in ids:
    has_steam_prefix = social_id.startswith("Steamworks-")
    has_eos_prefix = social_id.startswith("EOS-")
    print(social_id, has_steam_prefix, has_eos_prefix)
    PY

https://chatgpt.com/codex/tasks/task_e_68e42bed019c8328a911b6f5fdd3a2ae

@themuffinator themuffinator merged commit d5b55d4 into main Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants