|
@@ -117,6 +117,7 @@ public class SimpleRepairManager implements RepairManager {
|
|
// This should never happen, but if it does we need to complain loudly about it.
|
|
// This should never happen, but if it does we need to complain loudly about it.
|
|
if(repairItemLocation == -1) {
|
|
if(repairItemLocation == -1) {
|
|
player.sendMessage("mcMMO encountered an error attempting to repair this item!"); // TODO: Locale ?
|
|
player.sendMessage("mcMMO encountered an error attempting to repair this item!"); // TODO: Locale ?
|
|
|
|
+ return;
|
|
}
|
|
}
|
|
|
|
|
|
// Call event
|
|
// Call event
|