network stuff

This commit is contained in:
2025-05-03 15:27:44 -05:00
parent 83b98db914
commit ff2a3337b4
2 changed files with 2 additions and 1 deletions

View File

@@ -92,7 +92,7 @@ void ChatClient::run() {
ImGui::End();
} else {
app->emitEvent(new Archimedes::DoUnloadModuleEvent(name));
app->emitEvent(new Archimedes::DoUnloadModuleEvent(*cm));
}
}