| 214 | } |
| 215 | |
| 216 | bool base::SNetLeaveGame(int type) |
| 217 | { |
| 218 | auto pkt = pktfty->make_packet<PT_DISCONNECT>(plr_self, PLR_BROADCAST, |
| 219 | plr_self, type); |
| 220 | send(*pkt); |
| 221 | return true; |
| 222 | } |
| 223 | |
| 224 | bool base::SNetDropPlayer(int playerid, DWORD flags) |
| 225 | { |