mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-11-05 01:59:46 +01:00
SenderEntityColl Stack Traceability
This commit is contained in:
parent
df90260030
commit
7a78823e3f
@ -23,6 +23,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
|
||||
|
Loading…
Reference in New Issue
Block a user