Removed storage of massivestats object to just an intialization.

This commit is contained in:
ProSavage 2018-10-11 16:42:45 -05:00
parent b2bcfb12fd
commit 0dd80ccabd
1 changed files with 2 additions and 2 deletions

View File

@ -178,8 +178,8 @@ public class P extends MPlugin {
// start up task which runs the autoLeaveAfterDaysOfInactivity routine
startAutoLeaveTask(false);
//massive stats
MassiveStats massive = new MassiveStats(this);
// massive stats
new MassiveStats(this);