mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Add filter cheats back to map display
I removed this in 416fdbc, but upon testing again it appears I was wrong
and this is still needed. #1915
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class RscDisplayMainMap
|
||||
{
|
||||
onKeyDown = FILTER_CHEATS;
|
||||
class controls
|
||||
{
|
||||
delete CA_MainBackground;
|
||||
@@ -45,5 +46,6 @@ class RscDisplayMainMap
|
||||
class RscDisplayInsertMarker
|
||||
{
|
||||
idd = 54;
|
||||
onKeyDown = FILTER_CHEATS;
|
||||
onUnload = "if (!isNil 'player_markMap') then {(_this select 0) call player_markMap;};";
|
||||
};
|
||||
Reference in New Issue
Block a user