Gang and Turf Mod - Crash Fix v1.1
==================================

Fixes the NullReferenceException crashes in lucasvinbr's Gang and Turf Mod
(2.1.0) on the latest ScriptHookVDotNet nightly / GTA V Enhanced.

WHAT IT FIXES
- "Unhandled exception in script GTA.GangAndTurfMod.ModCore
   NullReferenceException" when registering a ped (Shift+B).
- Unhandled exceptions on game load (Enhanced version).

The fix wraps every Gang and Turf tick handler and ModCore's key handler in a
safety net (a Harmony Finalizer) that swallows the bad-frame exception and keeps
the mod running, instead of letting it abort and take the game down. No gameplay
logic is changed on the normal path. When a crash is caught you'll see a brief
"Gang and Turf Mod: recovered from a crash" notification so you know it works.

REQUIREMENTS
- Script Hook V
- ScriptHookVDotNet 3 (nightly)
- LemonUI
- The original Gang and Turf Mod (2.1.0) installed

INSTALLATION
1. Install the original Gang and Turf Mod as usual.
2. Drop GangAndTurfMod_CrashFix.dll and 0Harmony.dll into your GTA V /scripts
   folder, alongside the original GangAndTurfMod.dll (leave it untouched).
3. Full game restart (SHVDN loads scripts at launch only).

CREDITS
- Original mod: https://www.gta5-mods.com/scripts/gang-and-turf-mod by lucasvinbr
- Crash Fix by chris22622

SINGLE PLAYER ONLY. Never use in GTA Online.
