mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-12-13 15:16:50 +01:00
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