You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds support for importing only loadouts (item sets, skill sets, tree specs,
config sets) from a build XML to current build without overwriting anything else.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
@@ -331,7 +349,7 @@ You can get this from your web browser's cookies while logged into the Path of E
331
349
self.controls.importCodeState.label=function()
332
350
returnself.importCodeDetailor""
333
351
end
334
-
self.controls.importCodeMode=new("DropDownControl", {"TOPLEFT",self.controls.importCodeIn,"BOTTOMLEFT"}, {0, 4, 160, 20}, { "Import to this build", "Import to a new build" })
352
+
self.controls.importCodeMode=new("DropDownControl", {"TOPLEFT",self.controls.importCodeIn,"BOTTOMLEFT"}, {0, 4, 160, 20}, { "Import to this build", "Import to a new build", "Import loadouts only"})
@@ -473,16 +476,19 @@ function TreeTabClass:Load(xml, dbFileName)
473
476
main:OpenMessagePopup("Unknown Passive Tree Version", "The build you are trying to load uses an unrecognised version of the passive skill tree.\nYou may need to update the program before loading this build.")
0 commit comments