]> git.cworth.org Git - lmno.games/commitdiff
Add comment about authoritative server state for central tiles
authorCarl Worth <cworth@cworth.org>
Sun, 8 Mar 2026 18:15:55 +0000 (14:15 -0400)
committerCarl Worth <cworth@cworth.org>
Sun, 8 Mar 2026 18:15:55 +0000 (14:15 -0400)
As a reminder to ensure we follow this principle.

anagrams/anagrams.jsx

index 20cd3731b72f3c17dc86b4392cf3ce6e808c12ec..4749d7a07af4d0548034b33a7bad485ec0ae96d2 100644 (file)
@@ -287,6 +287,7 @@ class Game extends React.Component {
   }
 
   receive_claim_end(data) {
+    /* Center and player-words are resynced by separate server events. */
     this.setState({
       claim_player: null,
       claim_active: false,