File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,9 +141,9 @@ public void BasicAFButler()
141141 {
142142 Core . Logger ( "LockedMaps handler Initiated." , "LockedMapList.Count > 0" ) ;
143143
144- foreach ( string map in lockedMapList . Where ( m => ! string . IsNullOrEmpty ( m ) ) )
144+ foreach ( string ? map in lockedMapList . Where ( m => ! string . IsNullOrEmpty ( m ) ) )
145145 {
146- if ( Bot . ShouldExit )
146+ if ( Bot . ShouldExit || map == null )
147147 return ;
148148
149149 Core . Join ( $ "{ map } -{ RN } ") ;
Original file line number Diff line number Diff line change 10891089 "version 3"
10901090 ],
10911091 "path": "Tools/Butlerv3.cs",
1092- "size": 18535 ,
1093- "sha256": "4761d4cd7e1780662871e887816b30b714a794a821eb4819cfbcf64c3f8cf256 ",
1092+ "size": 18551 ,
1093+ "sha256": "74d726988962e6aee57c6a65c079af7e2e0d230e24fc49e969fc082e9fbd9d16 ",
10941094 "fileName": "Butlerv3.cs",
10951095 "downloadUrl": "https://raw.githubusercontent.com/auqw/Scripts/Skua/Tools/Butlerv3.cs"
10961096 },
44624462 "ultragramiel"
44634463 ],
44644464 "path": "Hollowborn/HollowbornVindicator(Insignia).cs",
4465- "size": 4812 ,
4466- "sha256": "fe4379cf927542e2ae9a6c6a42e665e4dd53d636b20d45196764b4e949d1ce55 ",
4465+ "size": 4927 ,
4466+ "sha256": "54a40cacd5ba27ca5873f186012d56b0c1cfeb3cf85c086c09d57db86ebfd0fa ",
44674467 "fileName": "HollowbornVindicator(Insignia).cs",
44684468 "downloadUrl": "https://raw.githubusercontent.com/auqw/Scripts/Skua/Hollowborn/HollowbornVindicator(Insignia).cs"
44694469 },
44814481 "ultragramielhub"
44824482 ],
44834483 "path": "Hollowborn/HollowbornVindicator(NonInsignia).cs",
4484- "size": 5821 ,
4485- "sha256": "f05add6f8034847c9a3d7d7c5f5a585d93248d8511b7e0f42d066558816936bf ",
4484+ "size": 5763 ,
4485+ "sha256": "8c7e924f6f9474e94a2483f244d412eaae710df49430c22488c5feb575a0a07a ",
44864486 "fileName": "HollowbornVindicator(NonInsignia).cs",
44874487 "downloadUrl": "https://raw.githubusercontent.com/auqw/Scripts/Skua/Hollowborn/HollowbornVindicator(NonInsignia).cs"
44884488 },
You can’t perform that action at this time.
0 commit comments