From c26abee6faaced957771a85582036be4a89a9eeb Mon Sep 17 00:00:00 2001 From: KrewsOrg Date: Mon, 29 Apr 2019 05:18:19 +0100 Subject: [PATCH] Updated Group Forums. Credits to Beny --- .../com/eu/habbo/habbohotel/users/Habbo.java | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) 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 29278f25..019b5abe 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,9 @@ public class Habbo implements Runnable public int noobStatus() { - /* if (this.firstVisit) - { - return 2; - } - int accountAge = Emulator.getIntUnixTimestamp() - this.habboInfo.getAccountCreated(); - if (accountAge < (86400)) - { */ - return 1; - /* } - - if (accountAge < (3 * 86400)) - { return 1; - } - return 0; */ } public void clearCaches() @@ -528,4 +514,4 @@ public class Habbo implements Runnable this.client.getHabbo().getHabboInfo().getCurrentRoom().unIdle(this.client.getHabbo()); } } -} \ No newline at end of file +}