mirror of
https://github.com/CarmJos/MineSQL.git
synced 2026-06-04 16:43:03 +08:00
feat(platform): Sponge8 support (#4)
* feat(support): 恢复Sponge代码
(cherry picked from commit 58bddd86aa)
* Sponge8 support
* Sponge8 support
* Sponge8 support
Co-authored-by: carm <carm@carm.cc>
This commit is contained in:
@@ -17,6 +17,7 @@ import com.velocitypowered.api.proxy.ProxyServer;
|
||||
import org.bstats.charts.SimplePie;
|
||||
import org.bstats.velocity.Metrics;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
import java.io.File;
|
||||
import java.nio.file.Path;
|
||||
@@ -110,7 +111,7 @@ public class MineSQLVelocity implements MineSQLPlatform {
|
||||
|
||||
|
||||
@Override
|
||||
public @NotNull CommandManager<?, ?, ?, ?, ?, ?> getCommandManager() {
|
||||
public @Nullable CommandManager<?, ?, ?, ?, ?, ?> getCommandManager() {
|
||||
return commandManager;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user