This repository was archived by the owner on Jun 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- //2304
1+ //2312
22//
33// This code was generated by a tool. Any changes made manually will be lost
44// the next time this code is regenerated.
55//
66
77using System . Reflection ;
88
9- [ assembly: AssemblyFileVersion ( "1.7.0.2304 " ) ]
10- [ assembly: AssemblyVersion ( "1.7.0.2304 " ) ]
9+ [ assembly: AssemblyFileVersion ( "1.7.1.2312 " ) ]
10+ [ assembly: AssemblyVersion ( "1.7.1.2312 " ) ]
Original file line number Diff line number Diff line change 2929
3030using System.Reflection;
3131
32- [assembly: AssemblyFileVersion("1.7.0 .<#= revisionNumber #>")]
33- [assembly: AssemblyVersion("1.7.0 .<#= revisionNumber #>")]
32+ [assembly: AssemblyFileVersion("1.7.1 .<#= revisionNumber #>")]
33+ [assembly: AssemblyVersion("1.7.1 .<#= revisionNumber #>")]
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ private static List<IMyEntity> DisableTurretsWithoutTargets(IMyEntity entity)
7878 List < IMySlimBlock > blocks = new List < IMySlimBlock > ( ) ;
7979 grid . GetBlocks ( blocks ) ;
8080 //bool disable = false;
81- bool ignore = false ;
81+ // bool ignore = false;
8282 foreach ( IMySlimBlock block in blocks )
8383 {
8484 if ( block . FatBlock == null )
@@ -104,7 +104,7 @@ private static List<IMyEntity> DisableTurretsWithoutTargets(IMyEntity entity)
104104 if ( DoesGridHaveTarget ( grid , block ) )
105105 {
106106 // We'll ignore state and only collect for statistics
107- ignore = true ;
107+ // ignore = true;
108108 continue ;
109109 }
110110
@@ -187,7 +187,7 @@ private static List<IMyEntity> EnableTurretsWithTargets(IMyEntity entity)
187187 m_scanCache . Clear ( ) ;
188188 grid . GetBlocks ( blocks ) ;
189189 //bool enable = false;
190- bool ignore = false ;
190+ // bool ignore = false;
191191 foreach ( IMySlimBlock block in blocks )
192192 {
193193 if ( block . FatBlock == null )
@@ -213,7 +213,7 @@ private static List<IMyEntity> EnableTurretsWithTargets(IMyEntity entity)
213213 {
214214 // We'll ignore state check and only collect for statistics
215215// Console.WriteLine("Ignore");
216- ignore = true ;
216+ // ignore = true;
217217 continue ;
218218 }
219219
You can’t perform that action at this time.
0 commit comments