mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-28 01:47:10 +00:00
Fix lobby registration of AIBehavior missed in 9c180f660f and 3319c69d97. Fixes #4959.
This was SVN commit r20909.
This commit is contained in:
@@ -1421,6 +1421,7 @@ function sendLobbyPlayerlistUpdate()
|
||||
{
|
||||
minPData.AI = pData.AI;
|
||||
minPData.AIDiff = pData.AIDiff;
|
||||
minPData.AIBehavior = pData.AIBehavior;
|
||||
}
|
||||
|
||||
if (g_Players[playerID].offline)
|
||||
|
||||
Reference in New Issue
Block a user