Skip to content

Commit 941b1a2

Browse files
committed
native.chat node renamed to ess.chat.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent ead9964 commit 941b1a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/permissions/impl/configurations/PermissionsConfigurationModel.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ data class PermissionsConfigurationModel(
2323
"native.messaging.message",
2424
"native.messaging.say",
2525
"native.messaging.teammsg",
26-
"native.messaging.chat",
27-
"native.messaging.chat.mention",
2826
"native.team",
2927
"native.event.world.*",
3028
"ess.teleport.back",
@@ -43,6 +41,8 @@ data class PermissionsConfigurationModel(
4341
"ess.home.teleport",
4442
"ess.home.list",
4543
"ess.backup.notify",
44+
"ess.chat",
45+
"ess.chat.mention",
4646
"ess.auth.login",
4747
"ess.auth.register",
4848
"ess.auth.recovery",

0 commit comments

Comments
 (0)