Move checkup command join outside shopkeeper check

pull/18/head
Joey Hines 2021-08-08 16:16:22 -06:00
parent e66969f039
commit a673eadd2e
No known key found for this signature in database
GPG Key ID: 80F567B5C968F91B
1 changed files with 2 additions and 5 deletions

View File

@ -93,12 +93,9 @@ public class JoinListener implements Listener {
donorHeadShop.addOffer(donorHeadTrade);
}
}
CheckupCommand.join(player);
}
}
CheckupCommand.join(player);
}
}