Skip to content

Commit

Permalink
Fix lint (trailing spaces)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 committed Jun 20, 2024
1 parent 8f9b2df commit ab3bc4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [admin]/admin2/server/admin_ACL.lua
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ addEventHandler(EVENT_ACL, root,
function(action, ...)
if not hasObjectPermissionTo( client, "general.tab_acl" ) then
outputServerLog( ( "[ADMIN SECURITY]: Player %s [%s %s] attempted to tamper with server ACL without proper rights" ):format( client.name, client.ip, client.serial ) )
return
return
end
if action then
aACLFunctions[action](...)
Expand Down
2 changes: 1 addition & 1 deletion [admin]/admin2/server/admin_sync.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ addEventHandler(
root,
function(type, data)

if not hasClientPermissionTo("general.adminpanel") then
if not hasClientPermissionTo("general.adminpanel") then
return
end

Expand Down

0 comments on commit ab3bc4a

Please sign in to comment.