Skip to content
Snippets Groups Projects
Commit cf51d631 authored by svornost's avatar svornost
Browse files

Clone nationality presets so modifications don't fuck with the underlying global data

parent 61c9832d
Branches
Tags
1 merge request!8234Clone nationality presets so modifications don't fuck with the underlying global data
......@@ -372,7 +372,7 @@ App.UI.CustomSlaveTrade = function() {
App.UI.DOM.link(
name,
() => {
V.nationalities = nationalities;
V.nationalities = clone(nationalities);
refresh();
}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment