diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-04-04 16:39:06 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-04-04 16:39:06 +0900 |
| commit | bd1e8d0fc74f1595a39cec2d6e705db2ace9809f (patch) | |
| tree | ec1cb13dd14627f300c93c1da41770bd52f523d3 | |
| parent | e37153cde200ea5721bc14712c3e857edf11d79d (diff) | |
| download | LunaticChat-bd1e8d0fc74f1595a39cec2d6e705db2ace9809f.tar.gz LunaticChat-bd1e8d0fc74f1595a39cec2d6e705db2ace9809f.tar.bz2 LunaticChat-bd1e8d0fc74f1595a39cec2d6e705db2ace9809f.zip | |
fix: remove needless blank lines in StatusCommand
Co-Authored-By: Claude <noreply@anthropic.com>
| -rw-r--r-- | platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/command/impl/lc/StatusCommand.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/command/impl/lc/StatusCommand.kt b/platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/command/impl/lc/StatusCommand.kt index 131e6f4..0e35205 100644 --- a/platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/command/impl/lc/StatusCommand.kt +++ b/platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/command/impl/lc/StatusCommand.kt @@ -58,8 +58,6 @@ class StatusCommand( ), ).clickEvent(ClickEvent.copyToClipboard(versionText)) - - // Health status val velocityManager = plugin.velocityConnectionManager val isDegraded = |
