mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
temp commit before merge
This commit is contained in:
@@ -176,6 +176,7 @@ public class EntertainmentService implements INetworkDispatch {
|
||||
p.setFlourish8((String) PerformanceVisitor.getObject(r, 23));
|
||||
p.setIntro((String) PerformanceVisitor.getObject(r, 24));
|
||||
p.setOutro((String) PerformanceVisitor.getObject(r, 25));
|
||||
p.setLineNumber(r);
|
||||
|
||||
if (p.getType() == -1788534963) {
|
||||
danceMap.put(new Integer(p.getDanceVisualId()), p);
|
||||
@@ -269,6 +270,10 @@ public class EntertainmentService implements INetworkDispatch {
|
||||
return canDance(actor, performances.get(danceName));
|
||||
}
|
||||
|
||||
public Performance getPerformance(String name) {
|
||||
return performances.get(name);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void shutdown() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user