Changed getOwner in tameable to return null
This commit is contained in:
parent
04de21dba4
commit
6b18fafca4
@ -14,7 +14,7 @@ public class TameableWatcher extends AgeableWatcher {
|
||||
}
|
||||
|
||||
public String getOwner() {
|
||||
return (String) getValue(17, "");
|
||||
return (String) getValue(17, null);
|
||||
}
|
||||
|
||||
public boolean isSitting() {
|
||||
|
Loading…
Reference in New Issue
Block a user