Skip to content

Commit

Permalink
attempting to fix zones not auto loading
Browse files Browse the repository at this point in the history
  • Loading branch information
JusKillmeQik committed Oct 22, 2021
1 parent dae6ded commit 00b5167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion filelist.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
4.1.5
4.1.6
965
.gitignore
LevelingGuide.ahk
Expand Down
2 changes: 1 addition & 1 deletion lib/search.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ SearchLog() {
} ;end level up logic

travel := "You have entered" ; deprecated by the following line but leaving in for a league to make sure it doesn't break for people
travel := "Generating level" ; (Delete this line if zones are not auto updating) Generating level now shows more detail than you have entered
;travel := "Generating level" ; (Delete this line if zones are not auto updating) Generating level now shows more detail than you have entered
generated := "Generating level"
If ( InStr(newLogLines,travel) || InStr(newLogLines,generated) ) ;remove the travel search if no one complains
{
Expand Down

0 comments on commit 00b5167

Please sign in to comment.