fix spacing mistake

This commit is contained in:
Jack 2022-09-15 21:56:57 -04:00 committed by GitHub
parent d754cb58d5
commit 0099eed037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ public class ExamplePlugin extends JavaPlugin {
@Override
public void onEnable() {
if (!setupEconomy() ) {
if (!setupEconomy()) {
log.severe(String.format("[%s] - Disabled due to no Vault dependency found!", getDescription().getName()));
getServer().getPluginManager().disablePlugin(this);
return;
@ -174,4 +174,4 @@ public class ExamplePlugin extends JavaPlugin {
return chat;
}
}
```
```