Fix 'Reload Scripts' button in Server Browser

This commit is contained in:
Kawe Mazidjatari 2022-04-08 23:03:09 +02:00
parent 36a9c2779b
commit c431434680

View File

@ -546,7 +546,7 @@ void IBrowser::HostServerSection(void)
if (ImGui::Button("Reload Scripts##ServerHost_ReloadServerButton", ImVec2(ImGui::GetWindowSize().x, 32)))
{
DevMsg(eDLL_T::ENGINE, "Recompiling scripts\n");
ProcessCommand("reparse_weapons");
ProcessCommand("weapon_reparse");
ProcessCommand("reload");
}