Removed storage of massivestats object to just an intialization.
This commit is contained in:
parent
b2bcfb12fd
commit
0dd80ccabd
@ -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);
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user