1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Fixing typo

This commit is contained in:
SilentSpike 2015-07-16 17:56:50 +01:00
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);
};