mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +01:00
Updated Group Forums. Credits to Beny
This commit is contained in:
parent
ffc3034e2f
commit
c26abee6fa
@ -468,23 +468,9 @@ public class Habbo implements Runnable
|
|||||||
|
|
||||||
public int noobStatus()
|
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 1;
|
||||||
}
|
|
||||||
|
|
||||||
return 0; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void clearCaches()
|
public void clearCaches()
|
||||||
@ -528,4 +514,4 @@ public class Habbo implements Runnable
|
|||||||
this.client.getHabbo().getHabboInfo().getCurrentRoom().unIdle(this.client.getHabbo());
|
this.client.getHabbo().getHabboInfo().getCurrentRoom().unIdle(this.client.getHabbo());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user