Player Info: fixed crash when using Kick/Bad admin controls
This commit is contained in:
parent
5c2792556d
commit
c4a7ca291b
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue