Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in Classes/USMT.cs #47

Closed
gatesps opened this issue Jun 25, 2020 · 1 comment
Closed

Typo in Classes/USMT.cs #47

gatesps opened this issue Jun 25, 2020 · 1 comment
Assignees
Labels
bug There is a issue or error with Super Grate.
Milestone

Comments

@gatesps
Copy link

gatesps commented Jun 25, 2020

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

@krisdb2009
Copy link
Member

krisdb2009 commented Jun 25, 2020

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)

@krisdb2009 krisdb2009 self-assigned this Jun 25, 2020
@krisdb2009 krisdb2009 added the bug There is a issue or error with Super Grate. label Jun 25, 2020
@krisdb2009 krisdb2009 added this to the 1.3.0.0 milestone Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug There is a issue or error with Super Grate.
Development

No branches or pull requests

2 participants