mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Cleanup
This commit is contained in:
parent
5bcf30a1a3
commit
4bff66e88b
@ -593,16 +593,16 @@ public:
|
||||
|| ServerBrowserFilter.PassFilter(version))
|
||||
{
|
||||
ImGui::TableNextColumn();
|
||||
ImGui::Text(server->name.c_str());
|
||||
ImGui::Text(name);
|
||||
ImGui::TableNextColumn();
|
||||
|
||||
ImGui::Text(server->ip.c_str());
|
||||
ImGui::Text(ip);
|
||||
ImGui::TableNextColumn();
|
||||
|
||||
ImGui::Text(server->map.c_str());
|
||||
ImGui::Text(map);
|
||||
ImGui::TableNextColumn();
|
||||
|
||||
ImGui::Text(server->version.c_str());
|
||||
ImGui::Text(version);
|
||||
ImGui::TableNextColumn();
|
||||
std::string selectButtonText = "Connect##";
|
||||
selectButtonText += (server->name + server->ip + server->map);
|
||||
|
Loading…
x
Reference in New Issue
Block a user