mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 21:20:27 -04:00
Fixed bug with #initiative
This commit is contained in:
parent
f64d847061
commit
135243f56d
1 changed files with 1 additions and 1 deletions
2
Input.js
2
Input.js
|
@ -2030,7 +2030,7 @@ function doInitiative(command) {
|
|||
return "\n[Error: No enemies! Call #addenemy or #generateencounter]\n"
|
||||
}
|
||||
|
||||
if (!battleHasStarted) createInitiativeOrder()
|
||||
createInitiativeOrder()
|
||||
|
||||
if (state.initiativeOrder.length == 0) {
|
||||
state.show = "none"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue