[faction-item-repair] Rebase fix
Some checks are pending
build / build (21) (push) Waiting to run

This commit is contained in:
walrus 2025-01-19 22:02:48 -05:00
parent 449bbe93bd
commit d02d1b415d

View File

@ -83,7 +83,7 @@ public class FactionItemRepair extends AbstractNode {
@Override
public void RegisterCallbacks() {
PlayerInBaseCallback.EVENT.register((player, world) -> {
PlayerInBaseCallback.EVENT.register((player, world, power) -> {
/* DO STUFF - REMEMBER: This function is called EVERY tick a player is inside the base! That's EVERY tick*/
if (resetTimer) {