mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
@ -108,6 +108,10 @@ public class Repair {
|
||||
}
|
||||
}
|
||||
|
||||
if (quantity <= 0) {
|
||||
return 2;
|
||||
}
|
||||
|
||||
return quantity;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user