mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixing typo
This commit is contained in:
parent
3895a51f02
commit
458fe363ff
@ -288,7 +288,7 @@ switch (toLower _mode) do {
|
||||
GVAR(camUnit) = objectFromNetId _netID;
|
||||
};
|
||||
} else {
|
||||
GVAR(camMode) == 1;
|
||||
GVAR(camMode) = 1;
|
||||
};
|
||||
call FUNC(updateView);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user