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