mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Make self interact_menu finally work on the map screen!!
This commit is contained in:
@ -51,7 +51,7 @@ if (GVAR(keyDown) &&
|
||||
_sPos = if (count _pos != 2) then {
|
||||
worldToScreen _pos
|
||||
} else {
|
||||
pos
|
||||
_pos
|
||||
};
|
||||
if(count _sPos == 0) exitWith {false};
|
||||
|
||||
|
Reference in New Issue
Block a user