Skip to content

Commit

Permalink
Fix console spam
Browse files Browse the repository at this point in the history
  • Loading branch information
xethlyx authored Jun 25, 2021
1 parent 20500a1 commit c70a8bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void despawnSubject(Vex subject) {
Player player = subjectOwners.get(subject);

List<Vex> currentSubjects = zenithSubjects.get(player);
currentSubjects.remove(subject);
if (currentSubjects != null) currentSubjects.remove(subject);
subjectOwners.remove(subject);
subject.remove();
}
Expand Down

0 comments on commit c70a8bb

Please sign in to comment.