Merge with develop

--HG--
branch : compatibility-develop
hg/compatibility-develop
Nimetu 6 years ago
commit b7851fc282

@ -1532,7 +1532,8 @@ 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
beastOrder ("free", Params, false); if (!UserEntity->isBusy())
beastOrder ("free", Params, false);
} }
}; };
REGISTER_ACTION_HANDLER( CHandlerDoBeastFree, "do_beast_free") REGISTER_ACTION_HANDLER( CHandlerDoBeastFree, "do_beast_free")

Loading…
Cancel
Save