# HG changeset patch # User Adam Kaminski # Date 1606640958 18000 # Sun Nov 29 04:09:18 2020 -0500 # Node ID 2b5ab02c27eb50762b5d287403efbc0c1aea59aa # Parent 84138c3ae3f3d3e0ac53c2ccb311bfd08a08f7c9 Changed the parameter type of any network commands that control the player's score count from short to variable. diff -r 84138c3ae3f3 -r 2b5ab02c27eb protocolspec/spec.players.txt --- a/protocolspec/spec.players.txt Sat Nov 28 08:14:42 2020 -0500 +++ b/protocolspec/spec.players.txt Sun Nov 29 04:09:18 2020 -0500 @@ -93,22 +93,22 @@ Command SetPlayerFrags Player player - Short fragCount + Variable fragCount EndCommand Command SetPlayerPoints Player player - Short pointCount + Variable pointCount EndCommand Command SetPlayerWins Player player - Byte wins + Variable wins EndCommand Command SetPlayerKillCount Player player - Short killCount + Variable killCount EndCommand Command SetPlayerChatStatus