Spelling sync

This commit is contained in:
HAV0X1014 2021-10-15 19:05:07 -04:00 committed by GitHub
parent 38928be4fc
commit f406f933d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import team.stiff.pomelo.impl.annotated.handler.annotation.Listener;
*/
public final class AutoDisconnectModule extends Module {
public final Value<Float> health = new Value("Health", new String[]{"Hp"}, "The amount of health needed to disconnect.", 8.0f, 0.0f, 20.0f, 0.5f);
public final Value<Float> health = new Value("Health", new String[]{"Hp"}, "The amount of health needed to disconnect", 8.0f, 0.0f, 20.0f, 0.5f);
public AutoDisconnectModule() {
super("AutoDisconnect", new String[]{"Disconnect"}, "Automatically disconnects when health is low enough", "NONE", -1, ModuleType.COMBAT);