Player Info: fixed crash when using Kick/Bad admin controls

This commit is contained in:
Charles Dang 2016-08-30 07:22:43 +11:00
parent 5c2792556d
commit c4a7ca291b

View file

@ -114,6 +114,9 @@ void tlobby_player_info::pre_show(twindow& window)
loc << _("In lobby");
}
time_ = find_widget<ttext_box>(&window, "time", false, true);
reason_ = find_widget<ttext_box>(&window, "reason", false, true);
find_widget<tlabel>(&window, "location_info", false).set_label(loc.str());
update_relation(window);