mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-15 00:07:39 -04:00
Finished Character Sheet, Fixed TARGET_UPDATE, Able to marry players now
This commit is contained in:
@@ -684,7 +684,9 @@ public class PlayerObject extends IntangibleObject {
|
||||
}
|
||||
|
||||
public String getSpouseName() {
|
||||
return spouse;
|
||||
synchronized(objectMutex) {
|
||||
return spouse;
|
||||
}
|
||||
}
|
||||
|
||||
public void setSpouseName(String spouse) {
|
||||
|
||||
Reference in New Issue
Block a user