Fixed what Konicai asked

This commit is contained in:
ImDaBigBoss 2022-01-12 16:40:51 +01:00
parent cb18c969d7
commit 8bb8e48a55
7 changed files with 53 additions and 43 deletions

View file

@ -75,9 +75,7 @@ public class GeyserExtension {
}
/**
* Gets if the extension is enabled
*
* @return true if the extension is enabled
* Enables or disables the extension
*/
public void setEnabled(boolean value) {
if (this.enabled != value) {