Skip to content

Commit 0d6ee35

Browse files
committed
Update Profiles.lua
1 parent 22ea003 commit 0d6ee35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Profiles.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function MPT:CreateProfile(name)
170170
self:LoadProfile(name)
171171
return
172172
end
173-
local data = CopyTable(MPT.DefaultProfile)
173+
local data = CopyTable(self.DefaultProfile)
174174
data.Version = self:GetVersion()
175175
data.name = name
176176
MPTSV.Profiles[name] = data

0 commit comments

Comments
 (0)