SenderEntityColl Stack Traceability

This commit is contained in:
Olof Larsson 2015-02-03 11:21:28 +01:00
parent df90260030
commit 7a78823e3f

View File

@ -24,6 +24,16 @@ public class MPlayerColl extends SenderColl<MPlayer>
super(Const.COLLECTION_MPLAYER, MPlayer.class, MStore.getDb(), Factions.get());
}
// -------------------------------------------- //
// STACK TRACEABILITY
// -------------------------------------------- //
@Override
public void onTick()
{
super.onTick();
}
// -------------------------------------------- //
// EXTRAS
// -------------------------------------------- //