mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
Attempt to fix roadmap/.py error
This commit is contained in:
@@ -47,4 +47,8 @@ public final class Professions {
|
||||
return map.get(profession);
|
||||
}
|
||||
|
||||
public static boolean isProfession(String profession) {
|
||||
return map.containsKey(profession);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user