equal
deleted
inserted
replaced
1057 } |
1057 } |
1058 } |
1058 } |
1059 } |
1059 } |
1060 break; |
1060 break; |
1061 default: |
1061 default: |
1062 DEBUG(net, 0)("[NET][Server] Received unknown destination type %d. Doing broadcast instead.\n"); |
1062 DEBUG(net, 0)("[NET][Server] Received unknown destination type %d. Doing broadcast instead."); |
1063 /* fall-through to next case */ |
1063 /* fall-through to next case */ |
1064 case DESTTYPE_BROADCAST: |
1064 case DESTTYPE_BROADCAST: |
1065 FOR_ALL_CLIENTS(cs) { |
1065 FOR_ALL_CLIENTS(cs) { |
1066 SEND_COMMAND(PACKET_SERVER_CHAT)(cs, action, from_index, false, msg); |
1066 SEND_COMMAND(PACKET_SERVER_CHAT)(cs, action, from_index, false, msg); |
1067 } |
1067 } |