diff --git a/src/main/java/com/eu/habbo/habbohotel/users/Habbo.java b/src/main/java/com/eu/habbo/habbohotel/users/Habbo.java index 76b46908..7c74851f 100644 --- a/src/main/java/com/eu/habbo/habbohotel/users/Habbo.java +++ b/src/main/java/com/eu/habbo/habbohotel/users/Habbo.java @@ -468,23 +468,23 @@ public class Habbo implements Runnable public int noobStatus() { - if (this.firstVisit) + /* if (this.firstVisit) { return 2; } int accountAge = Emulator.getIntUnixTimestamp() - this.habboInfo.getAccountCreated(); if (accountAge < (86400)) - { - return 2; - } + { */ + return 1; + /* } if (accountAge < (3 * 86400)) { return 1; } - return 0; + return 0; */ } public void clearCaches()