diff --git a/sc2/src/sc2code/melee.c b/sc2/src/sc2code/melee.c index e89fc8c0d..a93e6ccaa 100644 --- a/sc2/src/sc2code/melee.c +++ b/sc2/src/sc2code/melee.c @@ -2350,7 +2350,7 @@ check_for_disconnections (PMELEE_STATE pMS) conn = netConnections[player]; if (conn == NULL || !NetConnection_isConnected (conn)) { - PlayerControl[player] = HUMAN_CONTROL & STANDARD_RATING; + PlayerControl[player] = HUMAN_CONTROL | STANDARD_RATING; DrawControls (player, FALSE); log_add (log_User, "Player %d has disconnected; shifting " "controls\n", player);