Skip to content

Commit 3bb2490

Browse files
committed
Overhauled Website internals, cleaned everything up.
1 parent c2ec9bb commit 3bb2490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/mangorage/mangobotsite/website/WebServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public static void startWebServer(ObjectMap objectMap) throws Exception {
100100
}
101101

102102
private static @NotNull ServerConnector getServerConnector(Server server) {
103-
if (!MangoBotCore.isDevMode()) {
103+
if (MangoBotCore.isDevMode()) {
104104
SslContextFactory.Server sslContextFactory = new SslContextFactory.Server();
105105
sslContextFactory.setTrustAll(true);
106106

0 commit comments

Comments
 (0)