2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-06-26 20:36:42 +00:00

Rename RedisBungeeConfiguration#handleMotdPriority to handleMotdOrder

This commit is contained in:
PinkLolicorn
2024-06-23 12:54:24 +02:00
parent b5901366af
commit f28c0425f0
3 changed files with 7 additions and 8 deletions
@@ -62,7 +62,7 @@ public class RedisBungeeConfiguration {
return this.handleMotd;
}
public HandleMotdOrder handleMotdPriority() {
public HandleMotdOrder handleMotdOrder() {
return handleMotdOrder;
}