Merge branch 'Myst_LOBBERS'
This commit is contained in:
commit
d64d713a87
@ -60,6 +60,11 @@ import org.bukkit.util.Vector;
|
|||||||
|
|
||||||
public class BombLobbers extends TeamGame implements IThrown
|
public class BombLobbers extends TeamGame implements IThrown
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* @author Mysticate
|
||||||
|
* Created in July, 2015
|
||||||
|
*/
|
||||||
|
|
||||||
private NautHashMap<GameTeam, Location> _averageSpawns = new NautHashMap<GameTeam, Location>();
|
private NautHashMap<GameTeam, Location> _averageSpawns = new NautHashMap<GameTeam, Location>();
|
||||||
|
|
||||||
private NautHashMap<TNTPrimed, BombToken> _tnt = new NautHashMap<TNTPrimed, BombToken>();
|
private NautHashMap<TNTPrimed, BombToken> _tnt = new NautHashMap<TNTPrimed, BombToken>();
|
||||||
@ -324,7 +329,7 @@ public class BombLobbers extends TeamGame implements IThrown
|
|||||||
|
|
||||||
tnt.getKey().remove();
|
tnt.getKey().remove();
|
||||||
|
|
||||||
_tnt.remove(tnt.getKey());
|
iterator.remove();
|
||||||
_tnt.put(newTNT, token);
|
_tnt.put(newTNT, token);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user