Skip to content

Commit

Permalink
Change default path to remove the need for admin rights.
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbarmaster committed Oct 1, 2021
1 parent 1798a8e commit 21d2d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BedrockService/Service/Server/HostInfoClasses/HostInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public partial class HostInfo
public void SetGlobalsDefault()
{
Globals.Clear();
Globals.Add(new Property("ServersPath", @"C:\Program Files (x86)\Minecraft Bedrock Server Launcher\Servers"));
Globals.Add(new Property("ServersPath", @"C:\Minecraft Bedrock Servers"));
Globals.Add(new Property("AcceptedMojangLic", "false"));
Globals.Add(new Property("ClientPort", "19134"));
Globals.Add(new Property("BackupEnabled", "false"));
Expand Down

0 comments on commit 21d2d03

Please sign in to comment.