mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-09 00:54:45 +02:00
Fixed typo in PlayerProfile that was causing NPEs
This commit is contained in:
@ -756,7 +756,7 @@ public class PlayerProfile {
|
|||||||
* @return the ATS for the tool
|
* @return the ATS for the tool
|
||||||
*/
|
*/
|
||||||
public long getToolPreparationATS(ToolType tool) {
|
public long getToolPreparationATS(ToolType tool) {
|
||||||
return skillsDATS.get(tool);
|
return toolATS.get(tool);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user