mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-01-13 03:40:55 +01:00
Change name of Sql messenger table for compat with changes in the previous commit
This commit is contained in:
parent
07469599bc
commit
2f7fce2109
@ -86,6 +86,6 @@ public class SqlMessenger extends AbstractSqlMessenger {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected String getTableName() {
|
protected String getTableName() {
|
||||||
return this.sqlDao.getStatementProcessor().apply("{prefix}messages");
|
return this.sqlDao.getStatementProcessor().apply("{prefix}messenger");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user