Fix AutoTrap not placing and close #832

This commit is contained in:
Bella 2020-05-16 21:42:04 -04:00
parent 1f357f8e7c
commit 9cf0777db9
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ public class AutoTrap extends Module {
findClosestTarget();
if (closestTarget == null || lastTargetName == null) {
if (closestTarget == null) {
return;
}