File tree 2 files changed +5
-2
lines changed
Heroesprofile.Uploader.Common
Heroesprofile.Uploader.Windows/Properties
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ public Replay Analyze(ReplayFile file)
48
48
{
49
49
switch ( parseResult ) {
50
50
case DataParser . ReplayParseResult . ComputerPlayerFound :
51
+ case DataParser . ReplayParseResult . Incomplete :
52
+ return UploadStatus . Incomplete ;
51
53
case DataParser . ReplayParseResult . TryMeMode :
52
54
return UploadStatus . AiDetected ;
53
55
@@ -56,6 +58,7 @@ public Replay Analyze(ReplayFile file)
56
58
57
59
case DataParser . ReplayParseResult . PreAlphaWipe :
58
60
return UploadStatus . TooOld ;
61
+
59
62
}
60
63
61
64
if ( parseResult != DataParser . ReplayParseResult . Success ) {
Original file line number Diff line number Diff line change 52
52
// You can specify all the values or you can default the Build and Revision Numbers
53
53
// by using the '*' as shown below:
54
54
// [assembly: AssemblyVersion("1.0.*")]
55
- [ assembly: AssemblyVersion ( "1.0.0 " ) ]
56
- [ assembly: AssemblyFileVersion ( "1.0.0 " ) ]
55
+ [ assembly: AssemblyVersion ( "1.0.1 " ) ]
56
+ [ assembly: AssemblyFileVersion ( "1.0.1 " ) ]
57
57
[ assembly: AssemblyInformationalVersion ( "1.0.0" ) ]
You can’t perform that action at this time.
0 commit comments