Skip to content

Commit

Permalink
* Make optional configs to mounts and groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jprzimba committed Jan 17, 2025
1 parent 58ea0fe commit b6fbfa2
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 237 deletions.
8 changes: 4 additions & 4 deletions data/XML/groups.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<groups>
<group id="1" name="player" access="0" maxdepotitems="0" maxvipentries="0" outfit="0"/>
<group id="2" name="tutor" access="0" maxdepotitems="0" maxvipentries="200" outfit="0">
<group id="1" name="player" access="0" maxdepotitems="0" maxvipentries="0"/>
<group id="2" name="tutor" access="0" maxdepotitems="0" maxvipentries="200">
<flags>
<flag talkorangehelpchannel="1" />
<flag cannotbemuted="1" />
</flags>
</group>
<group id="3" name="senior tutor" access="0" maxdepotitems="0" maxvipentries="200" outfit="0">
<group id="3" name="senior tutor" access="0" maxdepotitems="0" maxvipentries="200">
<flags>
<flag talkorangehelpchannel="1" />
<flag cantalkredprivate="1" />
Expand Down Expand Up @@ -147,7 +147,7 @@
<flag canmapclickteleport="1" />
</flags>
</group>
<group id="7" name="game tester" access="0" maxdepotitems="0" maxvipentries="200" outfit="0">
<group id="7" name="game tester" access="0" maxdepotitems="0" maxvipentries="200">
<flags>
<flag isgametester="1" />
</flags>
Expand Down
Loading

0 comments on commit b6fbfa2

Please sign in to comment.