File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -104,35 +104,35 @@ public static void downloadBeatsaverSingle()
104
104
{
105
105
if ( updateCount ( beatsaver_single_multiplier ) )
106
106
{
107
- // Success
107
+ // When Success
108
108
}
109
109
else
110
110
{
111
- // False
111
+ // When False
112
112
}
113
113
}
114
114
115
115
public static void downloadBeatsaverMultiple ( )
116
116
{
117
117
if ( updateCount ( beatsaver_playlist_multiplier ) )
118
118
{
119
- // Success
119
+ // When Success
120
120
}
121
121
else
122
122
{
123
- // False
123
+ // When False
124
124
}
125
125
}
126
126
127
127
public static void downloadModelSaberSingle ( )
128
128
{
129
129
if ( updateCount ( modelsaber_multiplier ) )
130
130
{
131
- // Success
131
+ // When Success
132
132
}
133
133
else
134
134
{
135
- // False
135
+ // When False
136
136
}
137
137
}
138
138
}
You can’t perform that action at this time.
0 commit comments