Delete server.xml

This commit is contained in:
iDisaster
2026-01-25 11:20:32 +04:00
committed by GitHub
parent 77c3617bd5
commit 1cd7fc4572

View File

@@ -1,33 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<server>
<!-- Server Information -->
<servername>Liberty City Freeroam</servername>
<maxplayers>32</maxplayers>
<password></password>
<!-- Network Settings -->
<port>22000</port>
<httpport>22001</httpport>
<announceserver>1</announceserver>
<!-- Game Settings -->
<game>IV</game>
<weather>1</weather>
<time hour="12" minute="0"/>
<trafficdensity>100</trafficdensity>
<civiliandensity>100</civiliandensity>
<!-- Security Settings -->
<anticheat>1</anticheat>
<logfile>server.log</logfile>
<!-- Admin Settings -->
<owner>Server Owner</owner>
<website>https://gtaconnected.com</website>
<!-- Resources to Load -->
<resources>
<!-- Only mod menu for now -->
<resource src="modmenu" />
</resources>
</server>