Delta-v/Content.Shared/Examine
metalgearsloth 39aefa0441
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.
2025-04-19 10:37:45 -04:00
..
ExamineSystemMessages.cs Content update for NetEntities (#18935) 2023-09-11 09:42:41 +10:00
ExamineSystemShared.Group.cs Fix detailed examine mispredicts (#33814) 2025-04-19 10:37:45 -04:00
ExamineSystemShared.cs Trim trailing newlines from examine messages (#33381) 2025-01-10 15:40:31 -05:00
ExaminerComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
GroupExamineComponent.cs Replace string data fields with LocId where relevant (#20883) 2023-10-10 23:06:24 -04:00