more clear naming for lagnotifier

This commit is contained in:
Bella 2020-04-09 13:13:48 -04:00
parent d1f31c936f
commit 514919badd
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ import static me.zeroeightsix.kami.util.InfoCalculator.round;
* @author S-B99
* Thanks Brady and cooker and leij for helping me not be completely retarded
*/
@Module.Info(name = "ServerNotRespond", description = "Displays a warning when the server is lagging", category = Module.Category.PLAYER)
public class ServerNotRespond extends Module {
@Module.Info(name = "LagNotifier", description = "Displays a warning when the server is lagging", category = Module.Category.PLAYER)
public class LagNotifier extends Module {
private Setting<Double> timeout = register(Settings.doubleBuilder().withName("Timeout").withValue(1.0).withMinimum(0.0).withMaximum(10.0).build());
private long serverLastUpdated;