Fixed sync between GM for Combat tracker "initiative encounter type" and "initiative prepared"

This commit is contained in:
Vlyan
2022-07-28 12:27:25 +02:00
parent 7a8ad990a6
commit fc07ee9f46
7 changed files with 12 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ export class SocketHandlerL5r5e {
}
/**
* Refresh a app by it's htmlId, not windowsId (ex "l5r5e-twenty-questions-dialog-kZHczAFghMNYFRWe", not "65")
* Refresh an app by his "id", not "appId" (ex "l5r5e-twenty-questions-dialog-kZHczAFghMNYFRWe", not "65")
*
* Usage : game.l5r5e.sockets.refreshAppId(appId);
*