Fixed deleted shortcuts showing after relogin.
This commit is contained in:
@ -49,7 +49,7 @@ public class RequestShortCutDel implements IClientIncomingPacket
|
||||
return;
|
||||
}
|
||||
|
||||
if ((_page > 23) || (_page < 1))
|
||||
if ((_page > 23) || (_page < 0))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user