diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-18 15:00:52 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-18 15:00:52 +0800 |
commit | 41eff54ca9372c845f69b715ca0fcc737b00eb20 (patch) | |
tree | eafc42f7d30c6e064ce0f2fb9f91e01144ce7b29 /features/changeLogGUI | |
parent | d917c29ab42fbbe44d7dfff27856458477f9202f (diff) | |
download | SoopyV2-41eff54ca9372c845f69b715ca0fcc737b00eb20.tar.gz SoopyV2-41eff54ca9372c845f69b715ca0fcc737b00eb20.tar.bz2 SoopyV2-41eff54ca9372c845f69b715ca0fcc737b00eb20.zip |
+ dont set inquis's as urs if u tp to them (check is based off inquis hp)
Diffstat (limited to 'features/changeLogGUI')
-rw-r--r-- | features/changeLogGUI/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/changeLogGUI/index.js b/features/changeLogGUI/index.js index ffd826b..6b50fdb 100644 --- a/features/changeLogGUI/index.js +++ b/features/changeLogGUI/index.js @@ -45,7 +45,7 @@ class ChangeLogGui extends Feature { } let alertBeta = this.FeatureManager.features["globalSettings"].class.alertAllUpdates.getValue() - if (this.latestAnnouncedVersion < alertBeta ? this.ChangelogPage.downloadableVersion : this.ChangelogPage.importantVersion) { + if (this.latestAnnouncedVersion < (alertBeta ? this.ChangelogPage.downloadableVersion : this.ChangelogPage.importantVersion)) { let version = "" this.ChangelogPage.changelogData.forEach(data => { |