Skip to content

Commit dee4744

Browse files
authored
Adds the InvalidSkillException import to the PapiExpansion class.
- This import is necessary for handling potential exceptions related to invalid skill references within the PlaceholderAPI expansion.
1 parent 59eceff commit dee4744

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/gmail/nossr50/placeholders/PapiExpansion.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package com.gmail.nossr50.placeholders;
22

33
import com.gmail.nossr50.api.ExperienceAPI;
4+
import com.gmail.nossr50.api.exceptions.InvalidSkillException;
45
import com.gmail.nossr50.config.experience.ExperienceConfig;
56
import com.gmail.nossr50.datatypes.database.PlayerStat;
67
import com.gmail.nossr50.datatypes.party.Party;

0 commit comments

Comments
 (0)