mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-30 01:50:50 +01:00
Fixed black screen hotel view issue for new users.
This commit is contained in:
parent
d409998e71
commit
e43eecb48a
@ -468,23 +468,23 @@ public class Habbo implements Runnable
|
|||||||
|
|
||||||
public int noobStatus()
|
public int noobStatus()
|
||||||
{
|
{
|
||||||
if (this.firstVisit)
|
/* if (this.firstVisit)
|
||||||
{
|
{
|
||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
int accountAge = Emulator.getIntUnixTimestamp() - this.habboInfo.getAccountCreated();
|
int accountAge = Emulator.getIntUnixTimestamp() - this.habboInfo.getAccountCreated();
|
||||||
if (accountAge < (86400))
|
if (accountAge < (86400))
|
||||||
{
|
{ */
|
||||||
return 2;
|
return 1;
|
||||||
}
|
/* }
|
||||||
|
|
||||||
if (accountAge < (3 * 86400))
|
if (accountAge < (3 * 86400))
|
||||||
{
|
{
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0; */
|
||||||
}
|
}
|
||||||
|
|
||||||
public void clearCaches()
|
public void clearCaches()
|
||||||
|
Loading…
Reference in New Issue
Block a user