From 051433f3455e040a89b4c4de3774e504e86d2763 Mon Sep 17 00:00:00 2001 From: Jan Babor Date: Tue, 12 Jul 2016 23:45:19 +0200 Subject: [PATCH] Update installation.md --- docs/VirtualGarage/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VirtualGarage/installation.md b/docs/VirtualGarage/installation.md index 1f77e11..290e437 100644 --- a/docs/VirtualGarage/installation.md +++ b/docs/VirtualGarage/installation.md @@ -22,7 +22,7 @@ _To_ * In "config.cpp" in the mission root folder, find class CfgExileCustomCode and add the following row ```js - ExileServer_system_territory_database_load = "ExAdClient\CustomCode\ExileServer_system_territory_database_load.sqf"; + ExileServer_system_territory_database_load = "ExAdClient\VirtualGarage\CustomCode\ExileServer_system_territory_database_load.sqf"; ``` * In "config.cpp" you can also add the ("CfgInteractionMenus" >> "Flag" >> "VG") class if you want to be able to fast load the app through your flag pole.