Default AIN rebuild to 0

This commit is contained in:
Kawe Mazidjatari 2022-03-27 14:39:40 +02:00
parent 2ad5a75172
commit 87b53d1731

View File

@ -25,4 +25,5 @@ sv_visualizetraces "1" // Show native and script related debug tr
////////////////////////// //////////////////////////
//// CAI //// //// CAI ////
////////////////////////// //////////////////////////
ai_ainrebuildonmapstart "2" // Whether to rebuild the AIN graph on level load. ai_ainRebuildOnMapStart "0" // Whether to rebuild the AI Network graph on level load.
ai_dumpAINfileFromLoad "0" // Whether to dump the parsed AI Network graph file loaded from disk.