From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 7 Dec 2020 06:07:07 +0000 (+0100)
Subject: Fix web client default target.
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/%7B%7Bdb.prefix%7D%7D/index.html?a=commitdiff_plain;h=22d0a54ba1131600ad5cab77318cc51896c951f0;p=plomrogue2

Fix web client default target.
---

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': {