| 1303 | } |
| 1304 | |
| 1305 | inline void send_item_list(packetbuf &p) |
| 1306 | { |
| 1307 | putint(p, SV_ITEMLIST); |
| 1308 | loopv(sg->sents) if(sg->sents[i].spawned) putint(p, i); |
| 1309 | putint(p, -1); |
| 1310 | if(m_flags_) loopi(2) putflaginfo(p, i); |
| 1311 | } |
| 1312 | |
| 1313 | #include "serverchecks.h" |
| 1314 |
no test coverage detected