KDL3: Fix webhost not giving a patch #4023
This commit is contained in:
parent
05a67386c6
commit
216e0603e1
|
@ -325,7 +325,7 @@ class KDL3World(World):
|
|||
|
||||
def generate_output(self, output_directory: str) -> None:
|
||||
try:
|
||||
patch = KDL3ProcedurePatch()
|
||||
patch = KDL3ProcedurePatch(player=self.player, player_name=self.player_name)
|
||||
patch_rom(self, patch)
|
||||
|
||||
self.rom_name = patch.name
|
||||
|
|
Loading…
Reference in New Issue