Fix for bootleg fix

This commit is contained in:
dginovker
2020-09-04 09:01:36 -04:00
parent fd0bfda8a7
commit 64b422adeb
@@ -28,7 +28,7 @@ public class NpcAggressive {
} }
} }
return false; return false;
} catch (NullPointerException) { } catch (NullPointerException TODO_better_fix) {
return false; return false;
} }
} }