- changed "xsuperadmin" to "masteradmin"
- added tm2 server config data - various server admin commands - minor other improvements
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Configure authentication for players -->
|
||||
<!-- Configure Server Administrators -->
|
||||
<authentication-config>
|
||||
|
||||
<!-- SuperAdmins that can't be removed ingame -->
|
||||
<xsuperadmins>
|
||||
<!-- MasterAdmins that can't be removed ingame -->
|
||||
<masteradmins>
|
||||
<login>steeffeen</login>
|
||||
<login>kremsy</login>
|
||||
</xsuperadmins>
|
||||
</masteradmins>
|
||||
|
||||
<!-- You can add other admins and operators ingame -->
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Configure the mysql database used by ManiaControl -->
|
||||
<!-- Configure the MySQL Database used by ManiaControl -->
|
||||
<database-config>
|
||||
|
||||
<!-- MySQL Server -->
|
||||
|
Reference in New Issue
Block a user