修复激光Capability递归调用
This commit is contained in:
parent
66a2c03bf5
commit
a8d71ad3f3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public class LaserCapabilityProvider implements ICapabilityProvider<Player, Void
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public @Nullable LaserCapability getCapability(@NotNull Player object, Void context) {
|
public @Nullable LaserCapability getCapability(@NotNull Player object, Void context) {
|
||||||
return object.getCapability(ModCapabilities.LASER_CAPABILITY, context);
|
return instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue