mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-21 23:10:58 +08:00
Add temporary backwards compatability for ServerHelper
This commit is contained in:
@@ -15,7 +15,7 @@ import java.util.List;
|
||||
import java.util.stream.Stream;
|
||||
|
||||
/** Hooks into the {@link GameServer} class, adding convenient ways to do certain things. */
|
||||
public final class ServerHelper {
|
||||
public class ServerHelper {
|
||||
private static ServerHelper instance;
|
||||
private final GameServer gameServer;
|
||||
private final HttpServer httpServer;
|
||||
|
||||
Reference in New Issue
Block a user