Skip to content

Commit

Permalink
Remove unused setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Mar 9, 2024
1 parent afdd658 commit 3e75d29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,11 @@ function LootReserve.Server:Load()
end
end

-- 2024-03-09: Delete LootCategory key in LootReserve.Server.NewSessionSettings
if versionSave < "2024-03-09" then
LootReserve.Server.NewSessionSettings.LootCategory = nil;
end

-- Create RollBonus metatables
if self.CurrentSession then
for _, member in pairs(self.CurrentSession.Members) do
Expand Down

0 comments on commit 3e75d29

Please sign in to comment.