ReMinecraftPE / mcpe

ReMinecraftPE - A custom experience based on Minecraft PE as of 2011.
https://discord.gg/UKGhuKNmFu
Other
308 stars 47 forks source link

fix raknet not being loaded #117

Closed ljcool2006 closed 4 months ago

BrentDaMage commented 4 months ago

What version of Visual Studio and Windows were you using when you encountered this issue?

ljcool2006 commented 4 months ago

What version of Visual Studio and Windows were you using when you encountered this issue?

Visual Studio 2019, Windows 10

iProgramMC commented 4 months ago

I don't know what this does, other than removing a backslash. What kind of errors were you getting before this PR?

iProgramMC commented 4 months ago

Oops, fat finger mistake

ljcool2006 commented 4 months ago

I don't know what this does, other than removing a backslash. What kind of errors were you getting before this PR?

It couldn't find the directory when the backslash was present (it read it as "mcpe\\thirdparty\raknet").

iProgramMC commented 4 months ago

Theoretically this shouldn't be a problem. IIRC Windows handles \\ in paths fine. After a quick review, this shouldn't break anything actually, so going to pull right now