Fix oversight in 5f8f7bae20

Spotted and reviewed by elexis

This was SVN commit r19248.
This commit is contained in:
Imarok 2017-02-27 20:36:04 +00:00
parent d9d1f1bbeb
commit 52d5c62f61

View file

@ -737,7 +737,7 @@ function handleReadyMessage(message)
if (!g_IsController)
return;
g_PlayerAssignments[message.guid].status = +message.status == 1;
g_PlayerAssignments[message.guid].status = message.status;
updateReadyUI();
}