Forum Discussion
myPlex
11 years agoSeasoned Novice
"TwistedMexican;12636523" wrote:"Fatescruel;12636429" wrote:
maybe there is a line of code somewhere in the initialization process that has the code to enable dev-mode.
Nope it's part of python. Basically if python is running in a non-optimized environment, it sets the debug flag to true. We don't and won't ever have access to that unfortunately. There's a buggy hack out right now that can trick it into thinking it's in this mode, but if you were going to do that you might as well just use a regular mod, you know?
Makes sense to me.
Whats is the name of the buggy hack? Can you provide a link?