]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Fix detailed examine mispredicts (#33814)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sat, 19 Apr 2025 14:37:45 +0000 (00:37 +1000)
committerGitHub <noreply@github.com>
Sat, 19 Apr 2025 14:37:45 +0000 (10:37 -0400)
commit39aefa04416d186bef507220b7936f8ceb3e4e09
tree71bfcae6f7da314bada5b413e741ab9554a75d27
parent63eb99d57c101b61a630a8041f1b11011dd52e46
Fix detailed examine mispredicts (#33814)

So:
- Shared examine like armour, adds the button incorrectly and mispredicts it.
- Server-only like damage, doesn't add it (correct) and no mispredict.

We'll just prune any verbs if the server sends them in unless the verb is client-only and it should fix it unless there's client-side code not flagging it as clientexclusive.
Content.Client/Examine/ExamineSystem.cs
Content.Shared/Examine/ExamineSystemShared.Group.cs