Skip to content

Commit 5c21500

Browse files
authored
Merge pull request CoderKuo#232 from hooll/stable/v3
fix sr
2 parents 983c9b1 + d8cea0e commit 5c21500

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plugin/src/main/kotlin/trplugins/menu/module/internal/hook/impl/HookSkinsRestorer.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ class HookSkinsRestorer : HookAbstract() {
1616
} else {
1717
null
1818
}
19-
get() {
20-
if (field == null) reportAbuse()
21-
return field
22-
}
2319

2420
override val isHooked by lazy {
2521
if (plugin?.isEnabled == false) return@lazy false

0 commit comments

Comments
 (0)