Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Commit b467bdf

Browse files
committed
Fix an issue with Skill Randomizer
1 parent 8f49f1a commit b467bdf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Mods/SkillRandomizer/__init__.py

-6
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ def InjectSkills(self, caller: UObject, function: UFunction, params: FStruct) ->
4949
self.RandomizeTree(params.SkillTreeDef)
5050
return True
5151

52-
def Enable(self) -> None:
53-
super().Enable()
54-
55-
def Disable(self) -> None:
56-
ModMenu.RemoveHooks(self)
57-
5852
def PreloadPackages(self) -> None:
5953
packages = [
6054
"GD_Assassin_Streaming_SF",

0 commit comments

Comments
 (0)