Skip to content

Commit

Permalink
misc: 1.4.0 -> 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Oct 24, 2024
1 parent 2af7b83 commit fc4aa60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ public void onPlayerJoin(PlayerJoinEvent e)
if (!legacyPermissions.isEmpty())
{
logger.warn("Found legacy permission set for player '%s'!".formatted(player.getName()));
logger.warn("Please migrate to the new prefix 'feathermorph.XXX' rather than 'xiamomc.morph.XXX' as soon as possible, as legacy support will end at 1.4.0!");
logger.warn("Please migrate to the new prefix 'feathermorph.XXX' rather than 'xiamomc.morph.XXX' as soon as possible, as legacy support will end at 1.5.0!");
logger.warn("Permissions found:");
legacyPermissions.forEach(p -> logger.warn(" --> %s".formatted(p)));
}
Expand Down

0 comments on commit fc4aa60

Please sign in to comment.