mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 15:16:45 +01:00
Fixed typo in PlayerProfile that was causing NPEs
This commit is contained in:
parent
87a0c0b0b6
commit
f786c4db50
@ -756,7 +756,7 @@ public class PlayerProfile {
|
||||
* @return the ATS for the tool
|
||||
*/
|
||||
public long getToolPreparationATS(ToolType tool) {
|
||||
return skillsDATS.get(tool);
|
||||
return toolATS.get(tool);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user