Update to bool return handling.
This commit is contained in:
@@ -104,7 +104,7 @@ public class dbBaneHandler extends dbHandlerBase {
|
||||
Logger.error(e);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user