mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixes stuck camera on remote controlled units.
This commit is contained in:
parent
fb1ddb4dd6
commit
9ce655dcd2
@ -101,6 +101,9 @@ GVAR(no_cams) sort true;
|
|||||||
GVAR(cam) CameraEffect ["Terminate", "Back"];
|
GVAR(cam) CameraEffect ["Terminate", "Back"];
|
||||||
CamDestroy GVAR(cam);
|
CamDestroy GVAR(cam);
|
||||||
deleteVehicle GVAR(logic);
|
deleteVehicle GVAR(logic);
|
||||||
|
if (player != ACE_player) then {
|
||||||
|
player remoteControl ACE_player;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
switch (GVAR(ZOOM)) do {
|
switch (GVAR(ZOOM)) do {
|
||||||
|
Loading…
Reference in New Issue
Block a user