Skip to content

Commit 1038b3a

Browse files
authored
Fix incorrect teleport safety message (#6486)
old message seems needlessly technical anyway Fixes #5088
1 parent fb669aa commit 1038b3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Essentials/src/main/resources/messages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,8 +1483,8 @@ unlinkCommandUsage1=/<command>
14831483
unlinkCommandUsage1Description=Unlinks your Minecraft account from the currently linked Discord account.
14841484
unmuteNotify=<secondary>{0} <primary>unmuted<secondary> {1}<primary>.
14851485
unmutedPlayer=<primary>Player<secondary> {0} <primary>unmuted.
1486+
unsafeTeleportDestination=<dark_red>The teleport destination is unsafe.
14861487
playerNotMuted=<secondary>{0} <primary>is not muted.
1487-
unsafeTeleportDestination=<dark_red>The teleport destination is unsafe and teleport-safety is disabled.
14881488
unsupportedBrand=<dark_red>The server platform you are currently running does not provide the capabilities for this feature.
14891489
unsupportedFeature=<dark_red>This feature is not supported on the current server version.
14901490
unvanishedReload=<dark_red>A reload has forced you to become visible.

Essentials/src/main/resources/messages_en.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,8 +1466,8 @@ unlinkCommandUsage1=/<command>
14661466
unlinkCommandUsage1Description=Unlinks your Minecraft account from the currently linked Discord account.
14671467
unmuteNotify=<secondary>{0} <primary>unmuted<secondary> {1}<primary>.
14681468
unmutedPlayer=<primary>Player<secondary> {0} <primary>unmuted.
1469+
unsafeTeleportDestination=<dark_red>The teleport destination is unsafe.
14691470
playerNotMuted=<secondary>{0} <primary>is not muted.
1470-
unsafeTeleportDestination=<dark_red>The teleport destination is unsafe and teleport-safety is disabled.
14711471
unsupportedBrand=<dark_red>The server platform you are currently running does not provide the capabilities for this feature.
14721472
unsupportedFeature=<dark_red>This feature is not supported on the current server version.
14731473
unvanishedReload=<dark_red>A reload has forced you to become visible.

Essentials/src/main/resources/messages_en_GB.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ unlinkCommandUsage=/<command>
14741474
unlinkCommandUsage1=/<command>
14751475
unlinkCommandUsage1Description=Unlinks your Minecraft account from the currently linked Discord account.
14761476
unmutedPlayer=<primary>Player<secondary> {0} <primary>unmuted.
1477-
unsafeTeleportDestination=<dark_red>The teleport destination is unsafe and teleport-safety is disabled.
1477+
unsafeTeleportDestination=<dark_red>The teleport destination is unsafe.
14781478
unsupportedBrand=<dark_red>The server platform you are currently running does not provide the capabilities for this feature.
14791479
unsupportedFeature=<dark_red>This feature is not supported on the current server version.
14801480
unvanishedReload=<dark_red>A reload has forced you to become visible.

0 commit comments

Comments
 (0)