Skip to content

Commit

Permalink
Should fix #227
Browse files Browse the repository at this point in the history
  • Loading branch information
Tensuko authored and schwiti6190 committed Dec 29, 2021
1 parent 8394696 commit 607d751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/specializations/CpCourseGeneratorSettings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function CpCourseGeneratorSettings:onLoad(savegame)
CpSettingsUtil.cloneSettingsTable(spec,CpCourseGeneratorSettings.settings,self,CpCourseGeneratorSettings)

CpCourseGeneratorSettings.loadSettings(self,savegame)
spec.workWidth:setFloatValue(WorkWidthUtil.getAutomaticWorkWidth(self))
end

function CpCourseGeneratorSettings:onPostAttachImplement()
Expand Down

0 comments on commit 607d751

Please sign in to comment.