Skip to content

Commit

Permalink
Fix(linting): Use Config variable
Browse files Browse the repository at this point in the history
  • Loading branch information
FjamZoo committed Nov 15, 2023
1 parent 9e528c4 commit 8f7f9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lib.addCommand('togglepvp', {
restricted = "group.admin"
}, function()
Config.Server.PVP = not Config.Server.PVP
GlobalState.PVPEnabled = PVPEnabled
GlobalState.PVPEnabled = Config.Server.PVP
end)

-- Permissions
Expand Down

0 comments on commit 8f7f9dc

Please sign in to comment.