mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
Fixed expertise and image design checks
also added options.cfg to gitignore
This commit is contained in:
@@ -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_");
|
||||
|
||||
Reference in New Issue
Block a user