# HG changeset patch # User Adam Kaminski # Date 1631996468 14400 # Sat Sep 18 16:21:08 2021 -0400 # Node ID 6af80e672bc7484f45528262aedf4e0c3360a564 # Parent 218465df2964d6795e7ad9cb7ac03d14b83c928a When telling clients to print a HudMessage, send the color as a short in case we want to use a custom color (e.g. new text colors) whose index exceeds 255. diff -r 218465df2964 -r 6af80e672bc7 protocolspec/spec.print.txt --- a/protocolspec/spec.print.txt Sat Sep 18 11:27:48 2021 -0400 +++ b/protocolspec/spec.print.txt Sat Sep 18 16:21:08 2021 -0400 @@ -17,7 +17,7 @@ Float x Float y Short type - Byte color + Short color Float holdTime Long id