Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip executing FrameDispather on game startup
FrameDispatcher is responsible for frame hooks and methods, that are scheduled via minqlx.delay and minqlx.next_frame decorators. Before this patch, there could be unwanted situations, where self.game is None inside those methods. After this patch self.game is always non-None.
- Loading branch information