mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
KDL3: Fix webhost not giving a patch #4023
This commit is contained in:
@@ -325,7 +325,7 @@ class KDL3World(World):
|
|||||||
|
|
||||||
def generate_output(self, output_directory: str) -> None:
|
def generate_output(self, output_directory: str) -> None:
|
||||||
try:
|
try:
|
||||||
patch = KDL3ProcedurePatch()
|
patch = KDL3ProcedurePatch(player=self.player, player_name=self.player_name)
|
||||||
patch_rom(self, patch)
|
patch_rom(self, patch)
|
||||||
|
|
||||||
self.rom_name = patch.name
|
self.rom_name = patch.name
|
||||||
|
Reference in New Issue
Block a user