mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -04:00
Overhauled Mounts (still buggy)
This commit is contained in:
@@ -54,7 +54,7 @@ import engine.resources.scene.Planet;
|
||||
import engine.resources.scene.Point3D;
|
||||
import engine.resources.scene.Quaternion;
|
||||
|
||||
@Persistent(version=6)
|
||||
@Persistent(version=7)
|
||||
public class TangibleObject extends SWGObject {
|
||||
|
||||
// TODO: Thread safety
|
||||
@@ -262,6 +262,14 @@ public class TangibleObject extends SWGObject {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (getClient() != null) {
|
||||
CreatureObject companion = NGECore.getInstance().mountService.getCompanion((CreatureObject) this);
|
||||
|
||||
if (companion != null) {
|
||||
companion.updatePvpStatus();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void setCustomizationVariable(String type, byte value)
|
||||
|
||||
Reference in New Issue
Block a user