I've been working on a server for the past few weeks with one other person, its a pi ethos base.
I was testing clue scrolls that i just added with the other person, i completed the clue step and got another clue, but the other person tried and he disconnected from the server and now cannot log in, even on a new account. This is the code in particular that was used
Code:
if(c.easyLoc(3145, 3251, 3232, 3351) & (c.getItems().playerHasItem(10206,1))) {
c.getPA().removeAllWindows();
c.getItems().deleteItem(10206, 1);
c.getItems().addItem(10188,1);
There was no error. Hes re-downloaded client and cache, still nothing. Someone else downloaded and it worked for them to log in.
I can log into his account, but he cant join the server at all. Me and a few other people have no idea what could have happened?
EDIT
Okay so it turns out he can now connect through a VPN. His IP isnt banned, any other reason what could cause this?