UTOrbFix: - v1.0
--------
	A fix for the Warfare minimap, to prevent orbs from disappearing after the first round


Installation:
------------
	- Put the UTGame folder in your "%My Documents%\My Games\Unreal Tournament 3\" folder OR, if you use
		-nohomedir in your commandline then place the files in your UT3 install folder.

	- You can run this as a mutator or as a serveractor (it makes little difference either way, don't do both):
		- To run this as a mutator, add '?Mutator=UTOrbFix.UTMutator_OrbFix' to your server commandline

		- To run this as a serveractor, open UTEngine.ini in your UTGame\Config folder, and under
			[Engine.GameEngine] add:
			ServerActors=UTOrbFix.UTMutator_OrbFix


Notes:
-----
	The 'Source' folder doesn't need to be put anywhere, it contains the source code


