mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-07 03:10:56 +01:00
parent
aae8dab7c3
commit
32ace71130
@ -172,8 +172,6 @@ public class ExtensionSvc implements ExtensionService {
|
||||
} catch (DataExtensionMethodCallException methodCallFailed) {
|
||||
logFailure(playerName, methodCallFailed);
|
||||
methodCallFailed.getMethod().ifPresent(gatherer::disableMethodFromUse);
|
||||
// Try again
|
||||
updatePlayerValues(gatherer, playerUUID, playerName, event);
|
||||
} catch (Exception | NoClassDefFoundError | NoSuchFieldError | NoSuchMethodError unexpectedError) {
|
||||
ErrorContext.Builder context = ErrorContext.builder()
|
||||
.whatToDo("Report and/or disable " + gatherer.getPluginName() + " extension in the Plan config.")
|
||||
@ -215,8 +213,6 @@ public class ExtensionSvc implements ExtensionService {
|
||||
} catch (DataExtensionMethodCallException methodCallFailed) {
|
||||
logFailure("server", methodCallFailed);
|
||||
methodCallFailed.getMethod().ifPresent(gatherer::disableMethodFromUse);
|
||||
// Try again
|
||||
updateServerValues(gatherer, event);
|
||||
} catch (Exception | NoClassDefFoundError | NoSuchFieldError | NoSuchMethodError unexpectedError) {
|
||||
ErrorContext.Builder context = ErrorContext.builder()
|
||||
.whatToDo("Report and/or disable " + gatherer.getPluginName() + " extension in the Plan config.")
|
||||
|
Loading…
Reference in New Issue
Block a user