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.
path_array
- 3
1 parent 84a374d commit 8651ef9Copy full SHA for 8651ef9
addons/mod_loader/internal/third_party/steam.gd
@@ -67,7 +67,7 @@ static func _get_path_to_workshop() -> String:
67
68
# Traverse up to the steamapps directory (ie. `cd ..\..\` on Windows)
69
var path_array := game_install_directory.split("/")
70
- path_array.resize(path_array.size() - 2)
+ path_array.resize(path_array.size() - 3)
71
72
# Reconstruct the path, now that it has "common/GameName" removed
73
path = "/".join(path_array)
0 commit comments