Fix StorageESP description

This commit is contained in:
Dominika 2020-05-11 14:07:40 -04:00 committed by GitHub
parent 574eef9b44
commit 67b2923492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ import java.util.*
*/
@Module.Info(
name = "StorageESP",
description = "Draws nice little lines around storage items",
description = "Draws an ESP on top of storage units",
category = Module.Category.RENDER
)
class StorageESP : Module() {
@ -80,4 +80,4 @@ class StorageESP : Module() {
}
inner class Triplet<T, U, V>(val first: T, val second: U, val third: V)
}
}