mirror of
https://gitlab.com/SamB440/rpgregions-2.git
synced 2025-12-29 19:59:11 +00:00
No need to check debug boolean twice
This commit is contained in:
@@ -350,7 +350,7 @@ public final class RPGRegions extends JavaPlugin implements IRPGRegionsAPI {
|
||||
|
||||
@Override
|
||||
public void debug(String debug) {
|
||||
if (debug()) this.debug(debug, Level.INFO);
|
||||
this.debug(debug, Level.INFO);
|
||||
}
|
||||
|
||||
public void debug(String debug, Level level) {
|
||||
|
||||
Reference in New Issue
Block a user