forked from mirrors/0ad
Fix oversight in 5f8f7bae20
Spotted and reviewed by elexis This was SVN commit r19248.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user