Hotfix CheckCommand

Remove uneeded stuff in SQLWrapper
This commit is contained in:
2026-04-23 23:32:57 +02:00
parent 86e212fe42
commit 30a499be1d
3 changed files with 3 additions and 27 deletions
@@ -36,8 +36,5 @@ public interface SQLWrapper<M> {
return Collections.emptyList();
}
default void processSchematicType(GameModeConfig<?, String> gameModeConfig) {
}
void additionalExceptionMetadata(StringBuilder builder);
}