Skip to content

Commit

Permalink
Fix an issue with Skill Randomizer
Browse files Browse the repository at this point in the history
  • Loading branch information
FromDarkHell committed Feb 28, 2021
1 parent f64e503 commit b87773d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Mods/SkillRandomizer/__init__.py
Expand Up @@ -49,12 +49,6 @@ def InjectSkills(self, caller: UObject, function: UFunction, params: FStruct) ->
self.RandomizeTree(params.SkillTreeDef)
return True

def Enable(self) -> None:
super().Enable()

def Disable(self) -> None:
ModMenu.RemoveHooks(self)

def PreloadPackages(self) -> None:
packages = [
"GD_Assassin_Streaming_SF",
Expand Down

0 comments on commit b87773d

Please sign in to comment.