removed log

This commit is contained in:
Vlyan
2022-07-26 20:23:15 +02:00
parent 9d33be15fb
commit baad5c0d6f
2 changed files with 2 additions and 2 deletions

View File

@@ -2,8 +2,9 @@
Date format : day/month/year
## 1.9.0 - ??/??/2022 - Foundry v10 Compatibility
__! Be certain to carefully back up any critical user data before installing this update !__
- Updated the System to FoundryVTT v10.
- Removed restriction on technique types when dropping a technique (Sheet and 20Q).
- Removed restriction on technique types when dropping a technique (Sheet and 20Q. #39).
- Added a `game.user.isFirstGM` property for some traitements (socket and migration) to prevent multiple executions with multiple GM connected.
- Updated the initiative behaviour, he now open the DicePicker for connected players.
- Added socket API `openDicePicker` to remotely open the DicePicker (see usage below).

View File

@@ -157,7 +157,6 @@ export class CombatL5r5e extends Combat {
// If any network actor users to notify
if (!foundry.utils.isEmpty(networkActors)) {
console.log(networkActors);
game.l5r5e.sockets.openDicePicker({
actors: networkActors,
dpOptions: {