Add temporary backwards compatability for ServerHelper

This commit is contained in:
KingRainbow44
2023-05-13 17:08:55 -04:00
Unverified
parent d20f63e835
commit c1139ca04c
4 changed files with 53 additions and 16 deletions
@@ -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;