
Originally Posted by
Syre
I'm just curious on your stories. Mine simply just happened to me.
Stayed up all night trying to fix login on a source I came across. The source was from a while back where there was no localhost, and was using the redirector to login, so I had to remove the custom packets for that, and fix login.
Well, after 7 hours, I gave up and went to sleep. I replaced everything. Woke up, made THIS print...
'System.out.println("User: " + login + " Password: " + pwd);
Turns out..
they were backwards.