# HG changeset patch # User Adam Kaminski # Date 1630682796 14400 # Fri Sep 03 11:26:36 2021 -0400 # Node ID 321de913a0d859bef2b0f5c31a4f7b0937b2fe0e # Parent e7facb14d2df6e389cfe415d956cb233a799b904 Send the current position of the map rotation as a short, not a byte, when the server tells the clients to load a map. diff -r e7facb14d2df -r 321de913a0d8 protocolspec/spec.map.txt --- a/protocolspec/spec.map.txt Fri Sep 03 00:12:36 2021 -0400 +++ b/protocolspec/spec.map.txt Fri Sep 03 11:26:36 2021 -0400 @@ -1,7 +1,7 @@ Command MapLoad String mapName # [AK] Also send the current position of the map rotation. - Byte currentPosition + Short currentPosition EndCommand Command MapNew