diff --git a/PlayerRankings/scripting/PlayerRankings.sp b/PlayerRankings/scripting/PlayerRankings.sp index dbe1ff0d..e79b2c7f 100644 --- a/PlayerRankings/scripting/PlayerRankings.sp +++ b/PlayerRankings/scripting/PlayerRankings.sp @@ -933,7 +933,7 @@ void PrintToMessageHUD(int client, int channel, float position[2], int color1[4] BfWriteByte(hMessage, color1[1]); BfWriteByte(hMessage, color1[2]); BfWriteByte(hMessage, color1[3]); - BfWriteByte(hMessage, color1[0]); + BfWriteByte(hMessage, color2[0]); BfWriteByte(hMessage, color2[1]); BfWriteByte(hMessage, color2[2]); BfWriteByte(hMessage, color2[3]);