mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-26 11:13:20 -04:00
Added WeaponObject baselines, Updated TangibleObject baselines, Updated CreatureObject Baselines
This commit is contained in:
@@ -22,6 +22,7 @@ public class PlayerObject extends IntangibleObject {
|
||||
|
||||
public PlayerObject(long objectId) {
|
||||
super(objectId);
|
||||
setVolume(0);
|
||||
}
|
||||
|
||||
public String getProfession() {
|
||||
|
||||
Reference in New Issue
Block a user