[faction-item-repair] Rebase fix
This commit is contained in:
parent
db4dcfdcb4
commit
e1dc196c8a
@ -83,7 +83,7 @@ public class FactionItemRepair extends AbstractNode {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void RegisterCallbacks() {
|
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*/
|
/* DO STUFF - REMEMBER: This function is called EVERY tick a player is inside the base! That's EVERY tick*/
|
||||||
|
|
||||||
if (resetTimer) {
|
if (resetTimer) {
|
||||||
|
Loading…
Reference in New Issue
Block a user