Quick fix to change from WarningTime to WarningTimeTicks and changed … by AnOwlBe · Pull Request #8504 · SkriptLang/Skript

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR needs to account for the fact that the new methods are now operating with ticks rather than seconds.

When getting, timespans need to be created using the TICK time period. When setting, we need to obtain as ticks.

Unfortunately, the changes are going to be a bit more involved because of this.