Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Enable VP support on PrAss (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
minecraft7771 authored Jul 18, 2023
1 parent e2f0693 commit 034317d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -437,4 +437,9 @@ public boolean isInputSeparationEnabled() {
public boolean supportsBatchMode() {
return true;
}

@Override
public boolean supportsVoidProtection() {
return true;
}
}

0 comments on commit 034317d

Please sign in to comment.