aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/features/debug/AnimatedClothingScanner.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-05-05 15:33:21 +0200
committerLinnea Gräf <nea@nea.moe>2025-05-05 15:33:21 +0200
commit38fd61fdcc70f75f5b8b5eb39e21c34aaf5ceb90 (patch)
treeb530b475da81a6b31814f96719b249e4e7136a6b /src/main/kotlin/features/debug/AnimatedClothingScanner.kt
parent0a5a108b157762d251e547c08d206391177e4af9 (diff)
downloadFirmament-38fd61fdcc70f75f5b8b5eb39e21c34aaf5ceb90.tar.gz
Firmament-38fd61fdcc70f75f5b8b5eb39e21c34aaf5ceb90.tar.bz2
Firmament-38fd61fdcc70f75f5b8b5eb39e21c34aaf5ceb90.zip
fix(test): Unit Tests not DFUing items
Diffstat (limited to 'src/main/kotlin/features/debug/AnimatedClothingScanner.kt')
-rw-r--r--src/main/kotlin/features/debug/AnimatedClothingScanner.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/kotlin/features/debug/AnimatedClothingScanner.kt b/src/main/kotlin/features/debug/AnimatedClothingScanner.kt
index d0db252..47da7d6 100644
--- a/src/main/kotlin/features/debug/AnimatedClothingScanner.kt
+++ b/src/main/kotlin/features/debug/AnimatedClothingScanner.kt
@@ -81,7 +81,6 @@ object AnimatedClothingScanner {
if (subject == null) run {
val entity = MC.instance.targetedEntity ?: return@run null
val clipboard = ClipboardUtils.getTextContents()
- MC.instance.entit
if (!clipboard.startsWith(EXPORT_WATERMARK)) {
ClipboardUtils.setTextContent(EXPORT_WATERMARK)
} else {