belowaverage-org/SuperGrate

Typo in Classes/USMT.cs

Closed this issue · 1 comments

Lines 35 and 39 both read if(DetectedArch == Misc.OSArchitecture.X64), meaning that USMTPath will not be set if the machine is 32-bit.

Great catch, come to think of it, I don't think I have ever tested SG on a x86 based PC.

if(DetectedArch == Misc.OSArchitecture.X64)