KDL3: Fix webhost not giving a patch #4023

This commit is contained in:
Silvris 2024-10-04 14:27:23 -05:00 committed by GitHub
parent 05a67386c6
commit 216e0603e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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