|
|
@ -1532,6 +1532,7 @@ public:
|
|
|
|
virtual void execute (CCtrlBase * /* pCaller */, const string &Params)
|
|
|
|
virtual void execute (CCtrlBase * /* pCaller */, const string &Params)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// free with no confirm
|
|
|
|
// free with no confirm
|
|
|
|
|
|
|
|
if (!UserEntity->isBusy())
|
|
|
|
beastOrder ("free", Params, false);
|
|
|
|
beastOrder ("free", Params, false);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|