-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Fix ghosting in lobby #29648
Fix ghosting in lobby #29648
Conversation
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Content.Server/Ghost/GhostCommand.cs
Outdated
var player = shell.Player; | ||
var ticker = _entities.System<GameTicker>(); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have a system for this now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
space-wizards/RobustToolbox#5267
MindSystem also needs updating to use it.
d3fa5ec
to
49a0216
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
About the PR
title
fixes #21695
Why / Balance
bug
Technical details
Media
Breaking changes
Changelog
🆑