Fix for preview 562 update

master
D4VID 6 days ago
parent 8154b7e676
commit 8948699f4a

@ -12,10 +12,9 @@ namespace CameraRoll.Client {
public override string TextID => Id; public override string TextID => Id;
/// <summary> /// <summary>
/// True locks mouse so you look around when you move it. /// Display the cursor to be able to click on UI elements.
/// False displays the cursor to be able to click on UI elements.
/// </summary> /// </summary>
public override bool MouseLocked => false; public override bool PlayerCanMoveAndLookAround => false;
/// <summary> /// <summary>
/// Don't display the hotbar with components as the user cannot place them /// Don't display the hotbar with components as the user cannot place them

Loading…
Cancel
Save