Skip to content

Commit

Permalink
updated main
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesenibbles123 committed Jan 6, 2021
1 parent 303e482 commit 8e6dd0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions customSailSkins/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace customSailSkins
[Mod]
public class Main
{
public static string texturesFilePath = "/Managed/Mods/Assets/FlagReplacement/";
public static string texturesFilePath = "/Managed/Mods/Assets/customSails/";
static Dictionary<string, Texture2D> sailSkins = new Dictionary<string, Texture2D>();
static Texture defaultSails;
static bool setDefault = false;
Expand All @@ -36,7 +36,7 @@ void initFiles()
{
Directory.CreateDirectory(Application.dataPath + texturesFilePath);
StreamWriter streamWriter = new StreamWriter(Application.dataPath + texturesFilePath + "steamID.txt");
streamWriter.WriteLine("STEAMID64HERE=FLAGNAMEHERE");
streamWriter.WriteLine("STEAMID64HERE=SAILNAMEHERE");
streamWriter.Close();
}

Expand Down

0 comments on commit 8e6dd0c

Please sign in to comment.