diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-20 23:12:55 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-20 23:12:55 +0200 |
| commit | 5ecf7f0e14f148f5c14952d98969f4033060bb88 (patch) | |
| tree | b66465193663fc14fcc6c095351636a18acc2fb7 /src/main/java/at/hannibal2/skyhanni/data | |
| parent | 51d0b4d6c5ad41080579f07c951eb75fe6eff960 (diff) | |
| download | SkyHanni-5ecf7f0e14f148f5c14952d98969f4033060bb88.tar.gz SkyHanni-5ecf7f0e14f148f5c14952d98969f4033060bb88.tar.bz2 SkyHanni-5ecf7f0e14f148f5c14952d98969f4033060bb88.zip | |
Fixed typo
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/data')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/MayorElection.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/MayorElection.kt b/src/main/java/at/hannibal2/skyhanni/data/MayorElection.kt index 04da1e777..ddd208db1 100644 --- a/src/main/java/at/hannibal2/skyhanni/data/MayorElection.kt +++ b/src/main/java/at/hannibal2/skyhanni/data/MayorElection.kt @@ -73,7 +73,7 @@ class MayorElection { val month = 3 // Late Spring val nextMayorTime = SkyBlockTime(currentYear, month, day = 27).toMillis() - // Is it still the major from old sb year? + // Is it still the mayor from old sb year? if (nextMayorTime > System.currentTimeMillis()) { currentYear-- } |
