Skip to content

Commit

Permalink
Merge pull request #203 from maximedelboo/master
Browse files Browse the repository at this point in the history
fix: foolproofed hoplist
  • Loading branch information
Torwent authored Oct 3, 2024
2 parents 7e87c9b + c0b7038 commit 754595a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osr/interfaces/gametabs/worldhopper.simba
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ begin
until GetSystemTime() > timeOut;

Self.DebugLn("Timed out (timeOut="+ToStr(timeOut)+"ms)");
targetWorlds.Remove(nextWorld);
end;

var
Expand Down

0 comments on commit 754595a

Please sign in to comment.