Skip to content

Commit 00980da

Browse files
committed
Update comments
1 parent 97c854c commit 00980da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bukkit/src/main/kotlin/io/github/rothes/esu/bukkit/module/ExploitFixModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ object ExploitFixModule: BukkitModule<ExploitFixModule.ModuleConfig, ExploitFixM
7979
Each vault keeps track of up to 128 unique players that have opened it. Which means, if a player
8080
owns more than 128 accounts, they can open the vault sequentially and indefinitely.
8181
To solve this, we added a restriction that a vault can only be opened a specified number of times
82-
within a period of time.
82+
within a period of time, so they cannot easily abuse it.
8383
""")
8484
val enabled: Boolean = false,
8585
@Comment("Each vault open expiry time")

0 commit comments

Comments
 (0)