Make the devMode game unpause be broadcasted
This commit is contained in:
parent
a6047ff009
commit
822094077b
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ Hooks.once(`ready`, () => {
|
|||
|
||||
if (game.settings.get(`ripcrypt`, `devMode`)) {
|
||||
ui.sidebar.expand();
|
||||
if (game.paused) { game.togglePause() };
|
||||
if (game.paused) { game.togglePause(false, { broadcast: true }) };
|
||||
};
|
||||
|
||||
ui.delveDice.render({ force: true });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue