gsimon2 / hide-player-ui

Foundry Virtual Tabletop module for hiding player control ui.
2 stars 3 forks source link

Two compatibility warnings in Foundry v10.291 #25

Closed bryancasler closed 1 year ago

bryancasler commented 1 year ago

When running Hide Player UI v1.5.1 on FoundryVTT v10.291 I get two warnings, these are the console messages:

[hide-player-ui] The module "hide-player-ui" contains "dependencies" which is deprecated in favor of "relationships.requires" setup.js:145 
[hide-player-ui] module "hide-player-ui" contains "system" which is deprecated in favor of "relationships.systems" setup.js:145 

CleanShot 2023-01-21 at 21 35 54@2x

gsimon2 commented 1 year ago

Thanks for the callout!

This should be fixed in version 1.5.2 of the module.

bryancasler commented 1 year ago

That did it; no more warnings. Thank you!