Add invoke_choose and invoke_player to DrivenEngine. invoke_player is not fully implemented in World
This commit is contained in:
@@ -84,7 +84,7 @@ public:
|
||||
return;
|
||||
}
|
||||
stdostream() << "Invoking plan: " << action << std::endl;
|
||||
master_->invoke(Invocation(Invocation::KIND_PLAN, admin_id_, gui_.place(), action));
|
||||
master_->invoke(Invocation(Invocation::KIND_CHOOSE, admin_id_, gui_.place(), action));
|
||||
}
|
||||
|
||||
void do_tick_command(const util::StringVec &words) {
|
||||
|
||||
Reference in New Issue
Block a user