We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af7507 commit c8814e9Copy full SHA for c8814e9
1 file changed
Source/routines/_logic.py
@@ -258,13 +258,10 @@ def __post_init__(self) -> None:
258
)
259
260
def get_versioned_path(self, *paths: str, adjust_for_wine: bool = False) -> str:
261
- result = util.resource.retr_rōblox_full_path(
+ return util.resource.retr_rōblox_full_path(
262
self.retr_version(), self.BIN_SUBTYPE, *paths,
263
adjust_for_wine=adjust_for_wine,
264
265
- if adjust_for_wine:
266
- return util.resource.convert_to_winepath(result)
267
- return result
268
269
@functools.cache
270
def retr_version(self) -> util.versions.rōblox:
0 commit comments