Fixed expertise and image design checks

also added options.cfg to gitignore
This commit is contained in:
Seefo
2014-03-26 22:38:39 -04:00
parent 8f8364b58a
commit c63c602367
3 changed files with 8 additions and 2 deletions
+2
View File
@@ -872,6 +872,8 @@ public class EntertainmentService implements INetworkDispatch {
private void handleImageDesign(CreatureObject designer, CreatureObject designTarget, Vector<IDAttribute> colorAttributes, Vector<IDAttribute> bodyAttributes, String hairTemplate, String holoEmote) {
if(!hairTemplate.startsWith("object/tangible/hair/")) return;
if (hairTemplate != null && !hairTemplate.equals("")) {
System.out.println(hairTemplate);
String sharedHairTemplate = hairTemplate.replace("/hair_", "/shared_hair_");