Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
Be more accurate on the name of presets imported from the game.
Browse files Browse the repository at this point in the history
  • Loading branch information
PunishedPineapple committed Jul 21, 2020
1 parent e6c8116 commit d9fda05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WaymarkPresetPlugin/WaymarkPresetLibrary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public int ImportPreset( byte[] rawData )
try
{
WaymarkPreset importedPreset = WaymarkPreset.Parse( rawData );
importedPreset.Name = "Imported";
Presets.Add( importedPreset );
return Presets.Count - 1;
}
Expand Down

0 comments on commit d9fda05

Please sign in to comment.