diff --git a/source/de/anomic/data/userDB.java b/source/de/anomic/data/userDB.java index 11ea457d5..eafcc8199 100644 --- a/source/de/anomic/data/userDB.java +++ b/source/de/anomic/data/userDB.java @@ -380,7 +380,7 @@ public final class userDB { if(! (this.getTimeLimit() <= 0 || ( timeUsed < this.getTimeLimit())) ){ //no timelimit or timelimit not reached return PROXY_TIMELIMIT_REACHED; } - return PROXY_ERROR; + return PROXY_ALLOK; } public boolean canSurf(){ if(this.surfRight()==PROXY_ALLOK)