Skip to content

Commit

Permalink
Update acl.xml - add runcode loadstring permission
Browse files Browse the repository at this point in the history
It was missing, gives warning on MTA server with default resources startup
  • Loading branch information
Fernando-A-Rocha committed May 17, 2024
1 parent 1f2c6e7 commit 80e83a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Server/mods/deathmatch/acl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
<group name="DevGroup">
<acl name="DevACL" />
</group>
<group name="runcodeACLGroup">
<acl name="runcodeACL" />
<object name="resource.runcode" />
</group>
<acl name="Default">
<right name="general.ModifyOtherObjects" access="false" />
<right name="general.http" access="false" />
Expand Down Expand Up @@ -278,4 +282,7 @@
<right name="resource.performancebrowser.http" access="true"></right>
<right name="resource.ajax.http" access="true"></right>
</acl>
<acl name="runcodeACL">
<right name="function.loadstring" access="true" />
</acl>
</acl>

0 comments on commit 80e83a0

Please sign in to comment.