We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7185d0c commit ffcafa1Copy full SHA for ffcafa1
1 file changed
MainCore/Commands/Navigate/ToDorfCommand.cs
@@ -17,7 +17,7 @@ CancellationToken cancellationToken
17
var currentDorf = GetCurrentDorf(currentUrl);
18
if (dorf == 0)
19
{
20
- if (currentDorf == 0) dorf = 1;
+ if (currentDorf == 0) dorf = 2;
21
else dorf = currentDorf;
22
}
23
0 commit comments