diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-24 13:25:18 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-24 13:25:18 +0200 |
commit | 450a0a003d687ae16448734ebef25acfb17cdde4 (patch) | |
tree | 352f4e8965e6ae0da3596efcdc57f73b8461d495 /src/main/java/at/hannibal2/skyhanni/test | |
parent | 0b8066fcd9c3318723a29ffadeb7e2fbfeb0250e (diff) | |
download | skyhanni-450a0a003d687ae16448734ebef25acfb17cdde4.tar.gz skyhanni-450a0a003d687ae16448734ebef25acfb17cdde4.tar.bz2 skyhanni-450a0a003d687ae16448734ebef25acfb17cdde4.zip |
Fixed irrelevant spelling stuff
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/test')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/test/SkyHanniConfigSearchResetCommand.kt | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/test/command/CopyNearbyParticlesCommand.kt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/test/SkyHanniConfigSearchResetCommand.kt b/src/main/java/at/hannibal2/skyhanni/test/SkyHanniConfigSearchResetCommand.kt index 279d58e2c..5d36cdb90 100644 --- a/src/main/java/at/hannibal2/skyhanni/test/SkyHanniConfigSearchResetCommand.kt +++ b/src/main/java/at/hannibal2/skyhanni/test/SkyHanniConfigSearchResetCommand.kt @@ -238,7 +238,7 @@ object SkyHanniConfigSearchResetCommand { if (this is Runnable) return "Runnable" - // we do not use javaClass.simpleName since we want to catch edge cases + // we don't use javaClass.simpleName since we want to catch edge cases val name = javaClass.name return when (name) { "at.hannibal2.skyhanni.config.core.config.Position" -> "Position" diff --git a/src/main/java/at/hannibal2/skyhanni/test/command/CopyNearbyParticlesCommand.kt b/src/main/java/at/hannibal2/skyhanni/test/command/CopyNearbyParticlesCommand.kt index 8e4290434..680f42e6e 100644 --- a/src/main/java/at/hannibal2/skyhanni/test/command/CopyNearbyParticlesCommand.kt +++ b/src/main/java/at/hannibal2/skyhanni/test/command/CopyNearbyParticlesCommand.kt @@ -7,7 +7,7 @@ import net.minecraft.network.play.server.S2APacketParticles import net.minecraftforge.fml.common.eventhandler.EventPriority import net.minecraftforge.fml.common.eventhandler.SubscribeEvent -// note: Each particle is copied anywhere between 1-3 times. Different each time. Should not affect using this for debugging or developing +// Note: Each particle is copied anywhere between 1-3 times. Different each time. Shouldn't affect using this for debugging or developing object CopyNearbyParticlesCommand { private var searchRadius = 0 private var saveNextTick = false |