Skip to content

Commit 9aec3be

Browse files
authored
Indentation
1 parent f6a6e98 commit 9aec3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/mod_loader/api/profile.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ static func rename_profile(old_profile_name: String, new_profile_name: String) -
122122

123123
# Set it as the current profile
124124
if ModLoaderStore.current_user_profile == old_profile_name:
125-
ModLoaderStore.current_user_profile = new_profile_name
125+
ModLoaderStore.current_user_profile = new_profile_name
126126

127127
# Store the new profile in the json file
128128
var is_save_success := _save()

0 commit comments

Comments
 (0)