remove comment

This commit is contained in:
Dylan K. Taylor 2023-03-21 00:17:24 +00:00
parent e57fbff28c
commit 08e8ef275f
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -208,7 +208,7 @@ final class ItemStackRequestExecutor{
if($this->specialTransaction !== null){
throw new ItemStackRequestProcessException("Another special transaction is already in progress");
}
if($repetitions < 1){ //TODO: upper bound?
if($repetitions < 1){
throw new ItemStackRequestProcessException("Cannot craft a recipe less than 1 time");
}
if($repetitions > 256){