Attempt to fix roadmap/.py error

This commit is contained in:
Treeku
2014-06-06 11:20:20 +02:00
committed by CharonInferar
parent 3935ee104e
commit f5fd39eaf0
5 changed files with 9 additions and 3 deletions
@@ -47,4 +47,8 @@ public final class Professions {
return map.get(profession);
}
public static boolean isProfession(String profession) {
return map.containsKey(profession);
}
}