Sewer56 / Reloaded-Mod-Loader

[Deprecated: Use Reloaded II] Universal DLL Injection 100% C# based universal mod loader and library set compatible with arbitrary X86 and X64 processes.
GNU General Public License v3.0
42 stars 5 forks source link

Issue with GB Downloading #6

Closed thesupersonic16 closed 6 years ago

thesupersonic16 commented 6 years ago

I have notice a small error with how you made Reloaded write the Reloaded protocol, Its a common mistake people make that only causes issues if the path contains a space (e.g. People with spaces in their names).

In this PR I have only added double quotes so Windows doesn't assume my name is a valid command.

Also due to the difficulty of compiling this program, I'm unable to test it myself.