Update checks will ignore updates if they're a lower number than the current version to make testing easier
This commit is contained in:
@@ -41,7 +41,7 @@ CheckForUpdates(){
|
||||
|
||||
UpdateVersionNumber := parsed.1.name
|
||||
|
||||
if(ScriptVersion = UpdateVersionNumber){
|
||||
if(ScriptVersion = UpdateVersionNumber OR ScriptVersion > UpdateVersionNumber){
|
||||
ToolTip
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user