AntiPattern
Client-Only State Updates
client-only-authority-mutation
Client-owned logic mutates gameplay-relevant state locally (e.g., recoil adjusts EyeAngles, and land events fire on the owning client) but authoritative results must be applied on the host, causing inconsistent damage and audiovisual effects.