home · contact · privacy
Persist Thing names, simplify their client info display.
[plomrogue2] / rogue_chat_nocanvas_monochrome.html
index c0ee072d7d634fcd2872cdf0c41f0b099a801b31..971677687357b5d54a51701005a4fed4ec0b6d08 100644 (file)
@@ -728,7 +728,7 @@ let explorer = {
                      info += t.player_char;
                  };
                  if (t.name_) {
-                     info += " (name: " + t.name_ + ")";
+                     info += " (" + t.name_ + ")";
                  }
                  info += "\n";
              }