From a6408840b2f4c92e06934830bdcd48badee77032 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Mon, 27 Jan 2020 18:41:18 -0600 Subject: [PATCH] Add a check to see if the name is null. Without this check I would get a null pointer when you attempt to tame a fox. --- .idea/workspace.xml | 42 +++++++++-------- pom.xml | 12 ++--- .../tamablefoxes/EntityTamableFox.java | 45 ++++++++++--------- .../java/net/seanomik/tamablefoxes/Utils.java | 22 --------- .../compile/default-compile/createdFiles.lst | 6 +-- .../compile/default-compile/inputFiles.lst | 28 ++++++------ 6 files changed, 67 insertions(+), 88 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 95ce039..0f2d175 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,6 +4,10 @@ + + + +