home · contact · privacy
Replace hard-coded client login welcome messages with optional server login messages.
[plomrogue2] / rogue_chat.html
index e7004a177f913ed3c27e568bdf94b04d3c7f624d..1ace4c3d40c59a68b6be65d9ed34390f6e6f02d1 100644 (file)
@@ -578,8 +578,6 @@ let server = {
             this.send(['GET_GAMESTATE']);
             tui.switch_mode('post_login_wait');
             tui.log_msg('@ welcome!')
-            tui.log_msg('@ hint: see top of terminal for how to get help.')
-            tui.log_msg('@ hint: enter study mode to understand your environment.')
         } else if (tokens[0] === 'DEFAULT_COLORS') {
             terminal.set_default_colors();
         } else if (tokens[0] === 'RANDOM_COLORS') {