From 22d0a54ba1131600ad5cab77318cc51896c951f0 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 7 Dec 2020 07:07:07 +0100
Subject: [PATCH] Fix web client default target.

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

diff --git a/rogue_chat.html b/rogue_chat.html
index 7d2747e..3b9238f 100644
--- a/rogue_chat.html
+++ b/rogue_chat.html
@@ -126,8 +126,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:8000/";
+let websocket_location = "wss://plomlompom.com/rogue_chat/";
+//let websocket_location = "ws://localhost:8000/";
 
 let mode_helps = {
     'play': {
-- 
2.30.2