[Remove] Removed a warning when attempting to sell a currently active

secondary weapon.
This commit is contained in:
Allanis 2014-03-07 23:39:34 +00:00
parent d358bff1e4
commit c2f7a28d79

View File

@ -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;
} }