Allow zoom command to ignore zoom limits (#19419)
This commit is contained in:
@@ -64,7 +64,7 @@ public sealed class ZoomCommand : IConsoleCommand
|
||||
|
||||
if (_entManager.TryGetComponent<ContentEyeComponent>(player, out var content))
|
||||
{
|
||||
_entManager.System<ContentEyeSystem>().RequestZoom(player.Value, zoom, content);
|
||||
_entManager.System<ContentEyeSystem>().RequestZoom(player.Value, zoom, true, content);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user