]> git.cworth.org Git - empires-server/commit
Rename "next_player" property to "team_to_play"
authorCarl Worth <cworth@cworth.org>
Fri, 5 Jun 2020 20:54:28 +0000 (13:54 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 5 Jun 2020 20:54:28 +0000 (13:54 -0700)
commitfbb338a161c79e0f889a30d8f08058c16583944b
treec75996ad3236730407624e06d6b1564ac09364fb
parent92382a8dd4bfc9c83b7cf5fa1c0981b01096efd0
Rename "next_player" property to "team_to_play"

The game object already has two distinct notions of players and
teams. And this property will only be compared to team values, not
player values, so this name is more accurate and less confusing.
tictactoe.js