Removed not needed space

This commit is contained in:
OneByte 2022-08-28 21:18:23 +05:30 committed by GitHub
parent 9520d8847e
commit b1315fd4c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,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;