Skip to content

Commit c8814e9

Browse files
committed
2026-06-28T0358Z
1 parent 6af7507 commit c8814e9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Source/routines/_logic.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,10 @@ def __post_init__(self) -> None:
258258
)
259259

260260
def get_versioned_path(self, *paths: str, adjust_for_wine: bool = False) -> str:
261-
result = util.resource.retr_rōblox_full_path(
261+
return util.resource.retr_rōblox_full_path(
262262
self.retr_version(), self.BIN_SUBTYPE, *paths,
263263
adjust_for_wine=adjust_for_wine,
264264
)
265-
if adjust_for_wine:
266-
return util.resource.convert_to_winepath(result)
267-
return result
268265

269266
@functools.cache
270267
def retr_version(self) -> util.versions.rōblox:

0 commit comments

Comments
 (0)