Settings cannot be resolved to a variable
I'm using [Only registered and activated users can see links. Click Here To Register...] As a base for my server.
Eclipse gives me 13 error's.
They are all the same, and they say:
Code:
Settings cannot be resolved to a variable
I googled it, and saw another person that had the exact same error. So I tried to redownload the source. But I'm still getting the error.
I't worked like an hour ago, so idk why this happened.
Anyways, here is the code:
Code:
Client o = (Client) Server.playerHandler.players[c.duelingWith];
if(o == null) {
c.getTradeAndDuel().resetDuel();
c.getPA().movePlayer(Settings.DUELING_RESPAWN_X+(Misc.random(Settings.RANDOM_DUELING_RESPAWN)), Settings.DUELING_RESPAWN_Y+(Misc.random(Settings.RANDOM_DUELING_RESPAWN)), 0);
break;
}