Last active
February 13, 2016 10:37
-
-
Save headswe/695dd62dc018bdac347a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<AddonCollection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
<Name>YourName</Name> | |
<ServerAddress>MyGameServer.com</ServerAddress> | |
<ServerPort>1337</ServerPort> | |
<ServerPassword>MyPassword</ServerPassword> | |
<ForceBattleEye>False</ForceBattleEye> | |
</AddonCollection> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you write False with capital F like in this example, Swifty crashes when creating any repo.
false
works