[Remove] Removed a warning when attempting to sell a currently active
secondary weapon.
This commit is contained in:
parent
d358bff1e4
commit
c2f7a28d79
@ -539,8 +539,6 @@ void pilot_setSecondary(Pilot* p, const char* secondary) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
WARN("Attempted to set pilot '%s' secondary weapon to non-existing '%s'",
|
|
||||||
p->name, secondary);
|
|
||||||
p->secondary = NULL;
|
p->secondary = NULL;
|
||||||
p->ammo = NULL;
|
p->ammo = NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user