From 071201ea46c7480af66cd7d9102f9b265797c299 Mon Sep 17 00:00:00 2001 From: esteldunedain Date: Thu, 7 Jul 2016 19:03:14 -0300 Subject: [PATCH] Remove the pistol cursor from the mine detector --- addons/minedetector/CfgWeapons.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/minedetector/CfgWeapons.hpp b/addons/minedetector/CfgWeapons.hpp index 8495aaf32e..fddc3c2868 100644 --- a/addons/minedetector/CfgWeapons.hpp +++ b/addons/minedetector/CfgWeapons.hpp @@ -14,6 +14,8 @@ class CfgWeapons { picture = QUOTE(PATHTOF(data\equip\w_vmm3_ca.paa)); magazines[] = { }; modes[] = { "Single" }; + cursor = "EmptyCursor"; + cursorAim = "EmptyCursor"; class Single: Mode_SemiAuto { displayName = ""; sounds[] = {};