Disable mousecam on VC for now (crashes with 2+ players)
This commit is contained in:
@@ -35,7 +35,9 @@ function toggleMouseCursorCommand(command, params, client) {
|
|||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
function toggleMouseCameraCommand(command, params, client) {
|
function toggleMouseCameraCommand(command, params, client) {
|
||||||
sendPlayerMouseCameraToggle(client);
|
if(getGame() != VRR_GAME_GTA_VC) {
|
||||||
|
sendPlayerMouseCameraToggle(client);
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user