Skip to content

Commit

Permalink
Merge branch 'master' into newclient
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Jul 8, 2018
2 parents 2571b85 + ae51ccc commit eff0746
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions miner/src/Arktika.java
Expand Up @@ -428,6 +428,10 @@ else if (type.equals("mem"))
{
//We'll get to you layer
}
else
{
throw new RuntimeException("Unknown type: " + type);
}
}

for(int i=0; i<layer_count; i++)
Expand Down
2 changes: 1 addition & 1 deletion miner/src/FieldSource.java
Expand Up @@ -36,7 +36,7 @@ public boolean hasChunk(int n)

public boolean skipQueueOnRehit()
{
return true;
return false;
}

public boolean hasDeckFiles()
Expand Down

0 comments on commit eff0746

Please sign in to comment.