Merge branch 'Myst_LOBBERS'

This commit is contained in:
Mini-Chiss 2015-07-25 10:50:55 +02:00
commit d64d713a87
1 changed files with 6 additions and 1 deletions

View File

@ -60,6 +60,11 @@ import org.bukkit.util.Vector;
public class BombLobbers extends TeamGame implements IThrown
{
/**
* @author Mysticate
* Created in July, 2015
*/
private NautHashMap<GameTeam, Location> _averageSpawns = new NautHashMap<GameTeam, Location>();
private NautHashMap<TNTPrimed, BombToken> _tnt = new NautHashMap<TNTPrimed, BombToken>();
@ -324,7 +329,7 @@ public class BombLobbers extends TeamGame implements IThrown
tnt.getKey().remove();
_tnt.remove(tnt.getKey());
iterator.remove();
_tnt.put(newTNT, token);
}
}