Fix usage of onMethod

This commit is contained in:
KingRainbow44
2023-05-08 01:47:02 -04:00
parent 489f504593
commit 79e4268d39
5 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ public class EntityVehicle extends EntityBaseGadget {
@Getter private final Player owner;
@Getter(onMethod = @__(@Override))
@Getter(onMethod_ = @Override)
private final Int2FloatMap fightProperties;
@Getter private final int pointId;