Changed getOwner in tameable to return null

This commit is contained in:
libraryaddict 2014-06-02 23:39:31 +12:00
parent 04de21dba4
commit 6b18fafca4

View File

@ -14,7 +14,7 @@ public class TameableWatcher extends AgeableWatcher {
}
public String getOwner() {
return (String) getValue(17, "");
return (String) getValue(17, null);
}
public boolean isSitting() {