LuaAPI: Show quotes around strings in table dumps (#60)

This commit is contained in:
Lion Kortlepel
2021-11-19 12:54:16 +01:00
parent b6fa3574fd
commit f1148ed1c4
2 changed files with 14 additions and 14 deletions

View File

@@ -96,10 +96,6 @@ void Application::CheckForUpdates() {
}
}
// thread name stuff
static std::map<std::thread::id, std::string> threadNameMap {};