Skip to content

Commit

Permalink
fix: add admin console
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwynFr committed Sep 7, 2022
1 parent d68deea commit 1297ace
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions CONT_Scorpion.Altis/mission.sqm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class EditorData
};
class LayerIndexProvider
{
nextID=919;
nextID=961;
};
class Camera
{
Expand Down Expand Up @@ -6213,7 +6213,20 @@ class CustomAttributes
};
};
};
nAttributes=1;
class Attribute1
{
property="EnableDebugConsole";
expression="true";
class Value
{
class data
{
singleType="SCALAR";
value=1;
};
};
};
nAttributes=2;
};
};
class Mission
Expand Down

0 comments on commit 1297ace

Please sign in to comment.