added /tick command
This commit is contained in:
@@ -64,7 +64,7 @@ private:
|
||||
}
|
||||
|
||||
void do_tick_command(const StringVec &cmd) {
|
||||
world_->run_scheduled_threads(util::strtoint(cmd[1], -1));
|
||||
world_->invoke(Invocation(Invocation::KIND_TICK, actor_id_, actor_id_, ""));
|
||||
}
|
||||
|
||||
void do_quit_command(const StringVec &cmd) {
|
||||
|
||||
Reference in New Issue
Block a user