diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-23 12:45:40 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-23 12:45:40 +0200 |
commit | 9d4369b26973613c1a9b421308b96e3a2b2f7d76 (patch) | |
tree | 851bce935b308dcdf637c5c8871ea0df838dbee3 /src/main | |
parent | e4f5cf5565b7742555b1bd4c72616d5ee99af826 (diff) | |
download | skyhanni-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.kt | 2 |
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 |