mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Merge pull request #2942 from pizzaboxer/qol/remove-unnecessary
Remove unnecessary stuff from the code
This commit is contained in:
commit
99d2d106fb
@ -753,7 +753,6 @@ namespace Bloxstrap
|
|||||||
|
|
||||||
List<string> modFolderFiles = new();
|
List<string> modFolderFiles = new();
|
||||||
|
|
||||||
if (!Directory.Exists(Paths.Modifications))
|
|
||||||
Directory.CreateDirectory(Paths.Modifications);
|
Directory.CreateDirectory(Paths.Modifications);
|
||||||
|
|
||||||
// check custom font mod
|
// check custom font mod
|
||||||
|
@ -36,7 +36,6 @@
|
|||||||
public event EventHandler? OnAppClose;
|
public event EventHandler? OnAppClose;
|
||||||
public event EventHandler<Message>? OnRPCMessage;
|
public event EventHandler<Message>? OnRPCMessage;
|
||||||
|
|
||||||
private readonly Dictionary<string, string> GeolocationCache = new();
|
|
||||||
private DateTime LastRPCRequest;
|
private DateTime LastRPCRequest;
|
||||||
|
|
||||||
public string LogLocation = null!;
|
public string LogLocation = null!;
|
||||||
|
@ -50,7 +50,6 @@ namespace Bloxstrap
|
|||||||
|
|
||||||
public static string GetRobloxVersion(bool studio)
|
public static string GetRobloxVersion(bool studio)
|
||||||
{
|
{
|
||||||
string versionGuid = studio ? App.State.Prop.Studio.VersionGuid : App.State.Prop.Player.VersionGuid;
|
|
||||||
string fileName = studio ? "Studio/RobloxStudioBeta.exe" : "Player/RobloxPlayerBeta.exe";
|
string fileName = studio ? "Studio/RobloxStudioBeta.exe" : "Player/RobloxPlayerBeta.exe";
|
||||||
|
|
||||||
string playerLocation = Path.Combine(Paths.Roblox, fileName);
|
string playerLocation = Path.Combine(Paths.Roblox, fileName);
|
||||||
|
Loading…
Reference in New Issue
Block a user