mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-22 10:36:10 +01:00
Remove diamond operator
This commit is contained in:
parent
8145751136
commit
a3161bd182
@ -10,7 +10,7 @@ import net.minecraft.server.v1_12_R1.PathfinderAbstract;
|
||||
public abstract class PlayerPathfinderAbstract extends PathfinderAbstract {
|
||||
protected IBlockAccess a;
|
||||
protected EntityHumanNPC b;
|
||||
protected final IntHashMap<PathPoint> c = new IntHashMap<>();
|
||||
protected final IntHashMap<PathPoint> c = new IntHashMap<PathPoint>();
|
||||
protected int d;
|
||||
protected int e;
|
||||
protected int f;
|
||||
|
Loading…
Reference in New Issue
Block a user