From 7ae8ee09d721a1206432acd0a22a23885edcbea0 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 6 Dec 2020 19:33:01 +0100
Subject: [PATCH] Fix faulty default web client target.

---
 rogue_chat.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rogue_chat.html b/rogue_chat.html
index f4aa6ff..d4cedc2 100644
--- a/rogue_chat.html
+++ b/rogue_chat.html
@@ -120,8 +120,8 @@ keyboard input/control: <span id="keyboard_control"></span>
 </div>
 <script>
 "use strict";
-//let websocket_location = "wss://plomlompom.com/rogue_chat/";
-let websocket_location = "ws://localhost:8001/";
+let websocket_location = "wss://plomlompom.com/rogue_chat/";
+//let websocket_location = "ws://localhost:8001/";
 
 let mode_helps = {
     'play': {
-- 
2.30.2