From 7a78823e3f323c15a8ff2fa2b788a32eeb6e8cdd Mon Sep 17 00:00:00 2001 From: Olof Larsson Date: Tue, 3 Feb 2015 11:21:28 +0100 Subject: [PATCH] SenderEntityColl Stack Traceability --- src/com/massivecraft/factions/entity/MPlayerColl.java | 10 ++++++++++ 1 file changed, 10 insertions(+) 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