WIP empdump, can't shrink tables
This commit is contained in:
parent
b9c725224e
commit
4ef3574427
8 changed files with 433 additions and 55 deletions
|
@ -223,7 +223,7 @@ xdump(void)
|
|||
if (!p || !*p)
|
||||
return RET_SYN;
|
||||
|
||||
xdinit(&xd, player->cnum, pr);
|
||||
xdinit(&xd, player->cnum, 0, pr);
|
||||
natp = getnatp(player->cnum);
|
||||
type = isdigit(p[0]) ? atoi(p) : ef_byname(p);
|
||||
if (type >= 0 && type < EF_MAX) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue