Package marauroa.server.game.container

Examples of marauroa.server.game.container.PlayerEntry.removeContent()


        } else {
          stats.add("Transfer content cache", 1);
        }

        if (contentToTransfer != null) {
          entry.removeContent(contentToTransfer);
        }
      }
    } catch (Exception e) {
      logger.error("error while processing TransferACK", e);
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.