fix(hsr): wrong function call

This commit is contained in:
tretrauit 2024-02-06 13:30:47 +07:00
parent 63f5c36391
commit 7e18185b52

View File

@ -374,7 +374,7 @@ class UpdateCommand(Command):
f"<comment>Update applied for language {remote_voicepack.language}.</comment>"
)
self.line("Setting version config... ")
self.set_version_config()
State.game.set_version_config()
self.line(
f"The game has been updated to version: <comment>{State.game.get_version_str()}</comment>"
)