Skip to content

Commit

Permalink
remove pretty stupid lore line
Browse files Browse the repository at this point in the history
  • Loading branch information
98ping committed Aug 5, 2022
1 parent d3cd386 commit 261b1be
Show file tree
Hide file tree
Showing 65 changed files with 2 additions and 3 deletions.
Binary file modified .gradle/7.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/7.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/7.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/7.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified spigot/build/kotlin/compileKotlin/build-history.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
87
88
0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified spigot/build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab
Binary file not shown.
Binary file not shown.
Binary file modified spigot/build/kotlin/compileKotlin/last-build.bin
Binary file not shown.
Binary file modified spigot/build/kotlin/kaptGenerateStubsKotlin/build-history.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
136
137
0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified spigot/build/kotlin/kaptGenerateStubsKotlin/last-build.bin
Binary file not shown.
Binary file modified spigot/build/libs/spigot-1.0-SNAPSHOT-all.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class AltsMenu(var player: Player, var target: GameProfile, var alts: MutableLis
desc.add(Chat.format("&6&m-------------------------------"))
desc.add(Chat.format(AlchemistAPI.getRankDisplay(gameProfile.uuid) + "&e's Current IP data:"))
desc.add(Chat.format(" &eLast Login: " + Date(gameProfile.lastSeenAt)))
desc.add(Chat.format(" &ePercent Of Accuracy: &f" + gameProfile.accuracyOfRelation(target) + "%"))

return desc
}
Expand Down

0 comments on commit 261b1be

Please sign in to comment.