error popup when trying to flag unboxed too frequently
This commit is contained in:
@@ -521,6 +521,7 @@ public enum InterestManager implements Runnable {
|
|||||||
|
|
||||||
// Update loaded upbjects lists
|
// Update loaded upbjects lists
|
||||||
|
|
||||||
|
player.isBoxed = PlayerCharacter.checkIfBoxed(player);
|
||||||
player.setDirtyLoad(true);
|
player.setDirtyLoad(true);
|
||||||
updateStaticList(player, origin);
|
updateStaticList(player, origin);
|
||||||
updateMobileList(player, origin);
|
updateMobileList(player, origin);
|
||||||
|
|||||||
@@ -98,15 +98,7 @@ public class VendorDialogMsg extends ClientNetMsg {
|
|||||||
|
|
||||||
|
|
||||||
if(npc.contractUUID == 1502040){ //enrollment officer
|
if(npc.contractUUID == 1502040){ //enrollment officer
|
||||||
if(!playerCharacter.getTimestamps().containsKey("lastBoxFlag"))
|
PlayerCharacter.unboxPlayer(playerCharacter);
|
||||||
playerCharacter.getTimestamps().put("lastBoxFlag",System.currentTimeMillis() - 1000);
|
|
||||||
|
|
||||||
if(playerCharacter.getTimestamps().get("lastBoxFlag") + 10000 > System.currentTimeMillis()) {
|
|
||||||
PlayerCharacter.unboxPlayer(playerCharacter);
|
|
||||||
}else{
|
|
||||||
ErrorPopupMsg.sendErrorPopup(playerCharacter, 49);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Restrict disc trainers to only characters who have
|
// Restrict disc trainers to only characters who have
|
||||||
|
|||||||
Reference in New Issue
Block a user