Fixed typos.
This commit is contained in:
parent
a9be1eaa51
commit
6bd53a3fe6
@ -166,8 +166,8 @@ public class GatesManager
|
||||
|
||||
private void addGateByLocations(Gate g)
|
||||
{
|
||||
for (Location c : g.getGateBlockLocations()) {
|
||||
SimpleLocation sl = new SimpleLocation(c);
|
||||
for (Location l : g.getGateBlockLocations()) {
|
||||
SimpleLocation sl = new SimpleLocation(l);
|
||||
gatesByLocation.put(sl, g);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user