mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-01 13:14:44 +02:00
Added ability to repair Fishing Rods
This commit is contained in:
@ -50,6 +50,7 @@ public class mcLocale {
|
||||
return output;
|
||||
}
|
||||
catch (MissingResourceException e) {
|
||||
e.printStackTrace();
|
||||
return '!' + key + '!';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user