Darktide Mod Manager #39

Merged
lucas merged 91 commits from feat/dtmm into master 2023-03-01 22:27:42 +01:00
Showing only changes of commit 5a3c19fb3e - Show all commits

View file

@ -189,7 +189,7 @@ fn build_mod_data_lua(state: Arc<State>) -> String {
lua.push_str("\",\n");
}
lua.push_str(" }\n }\n");
lua.push_str(" },\n },\n");
}
lua.push('}');