mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-29 19:46:42 +00:00
Refractored command handling to seperate class: TFM_CommandHandler
Cleanup, refractoring
This commit is contained in:
@ -67,7 +67,7 @@ public class Metrics
|
||||
/**
|
||||
* The url used to report a server's status
|
||||
*/
|
||||
private static final String REPORT_URL = "/plugin/%s";
|
||||
private static final String REPORT_URL = "/plugin/TotalFreedomMod"; // TotalFreedomMod
|
||||
/**
|
||||
* Interval of time to ping (in minutes)
|
||||
*/
|
||||
@ -851,4 +851,4 @@ public class Metrics
|
||||
return plotter.name.equals(name) && plotter.getValue() == getValue();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user