diff --git a/src/com/massivecraft/factions/entity/MPlayerColl.java b/src/com/massivecraft/factions/entity/MPlayerColl.java index 1926e3ac..028e1458 100644 --- a/src/com/massivecraft/factions/entity/MPlayerColl.java +++ b/src/com/massivecraft/factions/entity/MPlayerColl.java @@ -23,6 +23,16 @@ public class MPlayerColl extends SenderColl { super(Const.COLLECTION_MPLAYER, MPlayer.class, MStore.getDb(), Factions.get()); } + + // -------------------------------------------- // + // STACK TRACEABILITY + // -------------------------------------------- // + + @Override + public void onTick() + { + super.onTick(); + } // -------------------------------------------- // // EXTRAS