diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2018-07-05 21:33:27 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2018-07-05 21:33:27 -0500 |
| commit | 064cde6759aa1264cbd00d7c052aaf1a223af7a9 (patch) | |
| tree | 9dcad680bed3ab139dfa334276198cad0e45ce0d /courtroom.h | |
| parent | 17601c3723a181e348e37eddcc04bf506165cb72 (diff) | |
| parent | 42e26d67756afc2cb8cdeb97ed654507c7cf4f3e (diff) | |
Merge branch 'discord-toggle'
Diffstat (limited to 'courtroom.h')
| -rw-r--r-- | courtroom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/courtroom.h b/courtroom.h index fe3895e5..2cc099ce 100644 --- a/courtroom.h +++ b/courtroom.h @@ -262,7 +262,7 @@ private: //whether the ooc chat is server or master chat, true is server bool server_ooc = true; - QString current_background = "gs4"; + QString current_background = "default"; AOMusicPlayer *music_player; AOSfxPlayer *sfx_player; |
