Skip to content

Add admin function access controls#1503

Open
xywang279279-afk wants to merge 2 commits into
RE-SS3D:developfrom
xywang279279-afk:codex/admin-functions-1280
Open

Add admin function access controls#1503
xywang279279-afk wants to merge 2 commits into
RE-SS3D:developfrom
xywang279279-afk:codex/admin-functions-1280

Conversation

@xywang279279-afk
Copy link
Copy Markdown

Closes #1280

Summary

  • add a synced host-only toggle for allowing admin functions for all users
  • add an admin settings UI toggle and adminfunctions console command
  • gate the tilemap editor client-side and server-side as the first admin-only function

Testing

  • git diff --check
  • Not run: Unity editor/PlayMode tests are not available in this environment

@xywang279279-afk
Copy link
Copy Markdown
Author

Pushed a small compile fix in b62b932 for the missing System namespace in LockLockerInteraction.cs.

The current failing Run Tests job still reports that same pre-existing error because the pull_request_target workflow is checking out the base develop ref (423f1d7) rather than this PR head (b62b932).

@xywang279279-afk xywang279279-afk marked this pull request as ready for review May 14, 2026 12:55
@xywang279279-afk
Copy link
Copy Markdown
Author

Hi, just checking whether there is anything I should adjust for this PR. It addresses #1280, and I left a note above about the current CI failure appearing to run against the base develop ref instead of this PR head.

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.

In-game Admin Functions

1 participant