aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-23 12:45:40 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-23 12:45:40 +0200
commit9d4369b26973613c1a9b421308b96e3a2b2f7d76 (patch)
tree851bce935b308dcdf637c5c8871ea0df838dbee3 /src/main
parente4f5cf5565b7742555b1bd4c72616d5ee99af826 (diff)
downloadskyhanni-9d4369b26973613c1a9b421308b96e3a2b2f7d76.tar.gz
skyhanni-9d4369b26973613c1a9b421308b96e3a2b2f7d76.tar.bz2
skyhanni-9d4369b26973613c1a9b421308b96e3a2b2f7d76.zip
Rip BedWar
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/test/command/CopyScoreboardCommand.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/test/command/CopyScoreboardCommand.kt b/src/main/java/at/hannibal2/skyhanni/test/command/CopyScoreboardCommand.kt
index 212350fdb..c4c262f0a 100644
--- a/src/main/java/at/hannibal2/skyhanni/test/command/CopyScoreboardCommand.kt
+++ b/src/main/java/at/hannibal2/skyhanni/test/command/CopyScoreboardCommand.kt
@@ -21,6 +21,6 @@ object CopyScoreboardCommand {
val string = resultList.joinToString("\n")
OSUtils.copyToClipboard(string)
- LorenzUtils.chat("§e[BedWar] scoreboard copied into your clipboard!")
+ LorenzUtils.chat("§e[SkyHanni] scoreboard copied into your clipboard!")
}
} \ No newline at end of file