mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-02-17 03:02:35 +01:00
Merge branch 'master' of https://github.com/KrewsOrg/Arcturus-Community
This commit is contained in:
commit
ffc3034e2f
@ -468,9 +468,23 @@ 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()
|
||||||
@ -514,4 +528,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…
x
Reference in New Issue
Block a user