Package com.tommytony.war.job

Examples of com.tommytony.war.job.LoadoutResetJob.run()


    War.war.getKillstreakReward().getAirstrikePlayers().remove(player.getName());

    final LoadoutResetJob job = new LoadoutResetJob(this, team, player, isFirstRespawn, false);
    if (team.getTeamConfig().resolveInt(TeamConfig.RESPAWNTIMER) == 0 || isFirstRespawn) {
      job.run();
    }     
    else {
      // "Respawn" Timer - player will not be able to leave spawn for a few seconds
      respawn.add(player);
     
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.