Skip to content

Commit

Permalink
hopefully allow loading motd from server
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Jan 1, 2024
1 parent 2f8fb81 commit 9225bac
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion _ark/ui/main/main.dta
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,14 @@
{modifier_mgr is_feature_enabled modifier_online_feature}}
{motd.lbl set text_token motd_online_disabled}
{motd.lbl set_showing TRUE})
(&&
({&&
{server is_connected}
[motd_done]}
{motd.lbl
set_localized
[motd_message]}
{motd.lbl set_showing TRUE})
(TRUE
{motd.lbl set text_token motd_overshell_tip}
{motd.lbl set_showing TRUE})})
(load
Expand Down

0 comments on commit 9225bac

Please sign in to comment.