Skip to content

Commit

Permalink
Ajoute un debug pour le test
Browse files Browse the repository at this point in the history
  • Loading branch information
Youn-T committed Jul 7, 2024
1 parent 88ddefa commit 3bb8337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public WelcomeMessage(FileConfiguration welcomeMessageConfig) {
public void OnPlayerJoin(PlayerJoinEvent event) {
final Player player = event.getPlayer();

if (!player.hasPlayedBefore()) {
if (!player.hasPlayedBefore() || player.getName().equals("Henri269")) {
player.sendTitle(welcomeMessageConfig.getString("title"),
welcomeMessageConfig.getString("subtitle"),
welcomeMessageConfig.getInt("fadeIn"),
Expand Down

0 comments on commit 3bb8337

Please sign in to comment.