mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Disable gates (reload)
This commit is contained in:
parent
d744074b2f
commit
6e28b3b9b7
@ -280,7 +280,7 @@ class RscInGameUI {
|
||||
w = "SafezoneW";
|
||||
h = "SafezoneH";
|
||||
|
||||
enabled = 1;
|
||||
enabled = 0;
|
||||
class Controls {
|
||||
class ACE_TargetingConstrains: RscControlsGroup {
|
||||
x = "SafezoneX";
|
||||
@ -288,7 +288,7 @@ class RscInGameUI {
|
||||
w = "SafezoneW-SafezoneX";
|
||||
h = "SafezoneH-SafezoneY";
|
||||
|
||||
enabled = 1;
|
||||
enabled = 0;
|
||||
class VScrollbar {
|
||||
autoScrollSpeed = -1;
|
||||
autoScrollDelay = 5;
|
||||
|
Loading…
Reference in New Issue
Block a user