harrison314a Posted April 4 Posted April 4 Hello, I don't know if this is a bug or intentional. You have PDB files in your build (for example Xenonauts2\Xenonauts2_Data\Managed\Assembly-CSharp.pdb), which under normal circumstances should not be in the release build because they reveal the source code of your game. I also noticed that you have Moq.dll among your DLLs, which is a library primarily intended for mocking unit tests. Under normal circumstances, it should not be in the release build either. Quote
Gijs-Jan Posted April 6 Posted April 6 PDB is actually intentionally released to make modding of the game easier! The Moq DLL we'll take a look at. 2 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.