Examples of canReport()


Examples of org.moparscape.msc.gs.model.Player.canReport()

   */
  public static final World world = Instance.getWorld();

  public void handlePacket(Packet p, IoSession session) throws Exception {
    Player player = (Player) session.getAttachment();
    if (!player.canReport()) {
      player.getActionSender().sendMessage(
          "You may only send one abuse report per minute.");
      return;
    }
    long temp = -121;
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.